axGlobals
const axGlobals: object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/globals.ts#L9
Type declaration
| Name | Type | Default value |
|---|---|---|
abortSignal | undefined | AbortSignal | - |
cachingFunction | | undefined | (key: string, value?: AxGenOut) => | undefined | AxGenOut | Promise<undefined | AxGenOut> | - |
debug | undefined | boolean | - |
functionResultFormatter | AxFunctionResultFormatter | - |
logger | undefined | AxLoggerFunction | - |
meter | undefined | Meter | - |
optimizerLogger | | undefined | AxOptimizerLoggerFunction | - |
signatureStrict | boolean | true |
tracer | undefined | Tracer | - |
useStructuredPrompt | boolean | true |