flow
function flow<TInput, TOutput>(options?: AxFlowOptions): AxFlow<TInput, TOutput, {
}, TInput>;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/flow/flow.ts#L1436
Type Parameters
| Type Parameter | Default type |
|---|---|
TInput extends Record<string, any> | Record<string, unknown> |
TOutput | object |
Parameters
| Parameter | Type |
|---|---|
options? | AxFlowOptions |
Returns
AxFlow<TInput, TOutput, {
}, TInput>