UnifiedAgentOutput
Interface: UnifiedAgentOutput
Defined in: packages/agent/src/unified/types/types.ts:152
Complete agent execution output
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completed | boolean | Whether task was completed successfully | packages/agent/src/unified/types/types.ts:162 |
context | Record<string, any> | Final context state | packages/agent/src/unified/types/types.ts:160 |
conversationHistory | OpenAIMessage[] | Updated conversation history | packages/agent/src/unified/types/types.ts:158 |
iterations | number | Number of iterations used | packages/agent/src/unified/types/types.ts:164 |
response | string | Final response message | packages/agent/src/unified/types/types.ts:154 |
toolResults | ToolResult[] | Tool execution results | packages/agent/src/unified/types/types.ts:156 |