Skip to main content

UnifiedStepInput

@codebolt/agent


Interface: UnifiedStepInput

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

Input for unified agent step processing

Properties

PropertyTypeDescriptionDefined in
context?Record<string, any>Processing contextpackages/agent/src/unified/types/types.ts:84
messagesOpenAIMessage[]Processed messagespackages/agent/src/unified/types/types.ts:80
toolChoice?"auto" | "none" | "required"Tool choice strategypackages/agent/src/unified/types/types.ts:86
toolsOpenAITool[]Available toolspackages/agent/src/unified/types/types.ts:82