UnifiedStepInput
Interface: UnifiedStepInput
Defined in: packages/agent/src/unified/types/types.ts:78
Input for unified agent step processing
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
context? | Record<string, any> | Processing context | packages/agent/src/unified/types/types.ts:84 |
messages | OpenAIMessage[] | Processed messages | packages/agent/src/unified/types/types.ts:80 |
toolChoice? | "auto" | "none" | "required" | Tool choice strategy | packages/agent/src/unified/types/types.ts:86 |
tools | OpenAITool[] | Available tools | packages/agent/src/unified/types/types.ts:82 |