AxResponseHandlerArgs
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L98
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 |