UnifiedResponseOutput
Interface: UnifiedResponseOutput
Defined in: packages/agent/src/unified/types/types.ts:120
Output from unified response execution
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completed | boolean | Whether task is completed | packages/agent/src/unified/types/types.ts:128 |
conversationHistory | OpenAIMessage[] | Updated conversation history | packages/agent/src/unified/types/types.ts:126 |
finalMessage? | string | Final response message | packages/agent/src/unified/types/types.ts:130 |
nextUserMessage | OpenAIMessage | null | Next user message (if any) | packages/agent/src/unified/types/types.ts:124 |
toolResults | ToolResult[] | Tool execution results | packages/agent/src/unified/types/types.ts:122 |