Skip to main content

UnifiedStepOutput

@codebolt/agent


Interface: UnifiedStepOutput

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

Output from unified agent step processing

Properties

PropertyTypeDescriptionDefined in
contextRecord<string, any>Updated contextpackages/agent/src/unified/types/types.ts:100
finishedbooleanWhether processing is completepackages/agent/src/unified/types/types.ts:96
llmResponseanyLLM responsepackages/agent/src/unified/types/types.ts:94
toolCalls?{ parameters: any; tool: string; }[]Tool calls detectedpackages/agent/src/unified/types/types.ts:98