AxFlowOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxFlowOptions.md interface AxFlowOptions

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

PropertyTypeDescriptionInherited from
autoParallel?boolean--
batchSize?number--
debug?boolean--
eventContext?AxEventContextImmutable provenance and delivery context for event-driven execution.Pick.eventContext
eventInheritance?AxEventInheritanceControls 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?AxMCPInheritanceControls 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
Docs