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