UnifiedMessageOutput
Interface: UnifiedMessageOutput
Defined in: packages/agent/src/unified/types/types.ts:64
Output from unified message processing
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
context | Record<string, any> | Updated context | packages/agent/src/unified/types/types.ts:70 |
messages | OpenAIMessage[] | Processed messages ready for LLM | packages/agent/src/unified/types/types.ts:66 |
toolChoice | "auto" | "none" | "required" | Tool choice strategy | packages/agent/src/unified/types/types.ts:72 |
tools | OpenAITool[] | Available tools | packages/agent/src/unified/types/types.ts:68 |