UnifiedResponseInput
Interface: UnifiedResponseInput
Defined in: packages/agent/src/unified/types/types.ts:106
Input for unified response execution
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
context? | Record<string, any> | Processing context | packages/agent/src/unified/types/types.ts:114 |
conversationHistory | OpenAIMessage[] | Previous conversation messages | packages/agent/src/unified/types/types.ts:110 |
llmResponse | any | LLM response to process | packages/agent/src/unified/types/types.ts:108 |
tools | OpenAITool[] | Available tools | packages/agent/src/unified/types/types.ts:112 |