axGlobals
const axGlobals: object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/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 |