Skip to main content

UnifiedAgentInput

@codebolt/agent


Interface: UnifiedAgentInput

Defined in: packages/agent/src/unified/types/types.ts:136

Complete agent execution input

Properties

PropertyTypeDescriptionDefined in
context?Record<string, any>Processing contextpackages/agent/src/unified/types/types.ts:142
conversationHistory?OpenAIMessage[]Previous conversation historypackages/agent/src/unified/types/types.ts:144
maxIterations?numberMaximum iterations for this executionpackages/agent/src/unified/types/types.ts:146
tools?OpenAITool[]Available toolspackages/agent/src/unified/types/types.ts:140
userMessageanyUser message or requestpackages/agent/src/unified/types/types.ts:138