@codebolt/agent
Interface: UnifiedStepOutput
Defined in: packages/agent/src/unified/types/types.ts:92
Output from unified agent step processing
Properties
| Property | Type | Description | Defined in |
|---|
context | Record<string, any> | Updated context | packages/agent/src/unified/types/types.ts:100 |
finished | boolean | Whether processing is complete | packages/agent/src/unified/types/types.ts:96 |
llmResponse | any | LLM response | packages/agent/src/unified/types/types.ts:94 |
toolCalls? | { parameters: any; tool: string; }[] | Tool calls detected | packages/agent/src/unified/types/types.ts:98 |