AxResponseHandlerArgs
Defined in: https://github.com/ax-llm/ax/blob/242cf18d21de9f9d58c7c82f53305f0605497473/src/ax/dsp/generate.ts#L102
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
ai | Readonly<AxAIService> |
functions | readonly AxFunction[] |
logger | AxLoggerFunction |
mem | AxAIMemory |
model? | string |
res | T |
sessionId? | string |
span? | Span |
strictMode? | boolean |
traceId? | string |