AxFunctionProcessor
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/functions.ts#L110
Constructors
Constructor
new AxFunctionProcessor(funcList: readonly AxFunction[]): AxFunctionProcessor;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/functions.ts#L113
Parameters
Parameter | Type |
---|---|
funcList | readonly AxFunction [] |
Returns
AxFunctionProcessor
Methods
execute()
execute<MODEL>(func: Readonly<AxChatResponseFunctionCall>, options?: Readonly<AxProgramForwardOptions<MODEL>>): Promise<string>;
Defined in: https://github.com/ax-llm/ax/blob/9a5a7060a48f9eef46efc680b0cdf6b42bff5df2/src/ax/dsp/functions.ts#L154
Type Parameters
Type Parameter |
---|
MODEL |
Parameters
Parameter | Type |
---|---|
func | Readonly <AxChatResponseFunctionCall > |
options? | Readonly <AxProgramForwardOptions <MODEL >> |
Returns
Promise
<string
>