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