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

AxFlowMermaidBindings

Defined in: https://github.com/ax-llm/ax/blob/3ac75e381dcefb739712993c304c34295567283a/src/ax/flow/mermaid.ts#L538

Properties

PropertyTypeDescription
conditions?Record<string, (state: AxFlowState) => boolean>Predicates referenced by if <name> / while <name> edge labels.
nodes?Record<string, AxFlowMermaidNodeBinding>Node implementations. A signature (string or AxSignature) or any AxProgrammable overrides/satisfies a node’s %%ax directive; a plain function becomes a map step (full state in, full state out).
options?AxFlowOptions-
Docs