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