AxAgentOnFunctionCall
type AxAgentOnFunctionCall = (call: Readonly<AxAgentFunctionCall>) => void | Promise<void>;Parameters
| Parameter | Type |
|---|---|
call | Readonly<AxAgentFunctionCall> |
Returns
void | Promise<void>
type AxAgentOnFunctionCall = (call: Readonly<AxAgentFunctionCall>) => void | Promise<void>;| Parameter | Type |
|---|---|
call | Readonly<AxAgentFunctionCall> |
void | Promise<void>