UnifiedAgentInput
Interface: UnifiedAgentInput
Defined in: packages/agent/src/unified/types/types.ts:136
Complete agent execution input
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
context? | Record<string, any> | Processing context | packages/agent/src/unified/types/types.ts:142 |
conversationHistory? | OpenAIMessage[] | Previous conversation history | packages/agent/src/unified/types/types.ts:144 |
maxIterations? | number | Maximum iterations for this execution | packages/agent/src/unified/types/types.ts:146 |
tools? | OpenAITool[] | Available tools | packages/agent/src/unified/types/types.ts:140 |
userMessage | any | User message or request | packages/agent/src/unified/types/types.ts:138 |