axGlobals Generated TypeScript API reference. typescript api api/reference build/apidocs/Variable.axGlobals.md variable axGlobals

axGlobals

TypeScript
const axGlobals: object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/globals.ts#L9

Type declaration

NameTypeDefault value
abortSignalundefined | AbortSignal-
cachingFunction| undefined | (key: string, value?: AxGenOut) => | undefined | AxGenOut | Promise<undefined | AxGenOut>-
customLabelsundefined | Record<string, string>-
debugundefined | boolean-
functionResultFormatterAxFunctionResultFormatter-
loggerundefined | AxLoggerFunction-
meterundefined | Meter-
optimizerLogger| undefined | AxOptimizerLoggerFunction-
signatureStrictbooleantrue
tracerundefined | Tracer-
Docs