AxRuntimeHooks
type AxRuntimeHooks = Pick<AxAIServiceOptions, "rateLimiter" | "tracer" | "meter">;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L1286
Non-serializable execution hooks shared by AI services and programs.