AxFlowOptions
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/flow/types.ts#L14
Extends
Pick<AxProgramForwardOptions<string>, |"mcp"|"ucp"|"mcpContext"|"mcpInheritance"|"eventContext"|"eventInheritance">
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
autoParallel? | boolean | - | - |
batchSize? | number | - | - |
debug? | boolean | - | - |
eventContext? | AxEventContext | Immutable provenance and delivery context for event-driven execution. | Pick.eventContext |
eventInheritance? | AxEventInheritance | Controls propagation of event context to nested programs. Defaults to all. | Pick.eventInheritance |
logger? | AxFlowLoggerFunction | - | - |
mcp? | | AxMCPClient | readonly AxMCPClient[] | MCP clients attached natively to this execution. | Pick.mcp |
mcpContext? | readonly AxMCPContextRequest[] | MCP prompts/resources to resolve into attributed run context. | Pick.mcpContext |
mcpInheritance? | AxMCPInheritance | Controls propagation of MCP clients to nested programs. | Pick.mcpInheritance |
meter? | Meter | - | - |
tracer? | Tracer | - | - |
ucp? | | AxUCPClient | readonly AxUCPClient[] | UCP clients attached through their negotiated MCP services. | Pick.ucp |