Home > @uniformdev/mesh-sdk > parseFunctionCall
parseFunctionCall() function
Warning: This API is now obsolete.
experimental
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
request | Pick<Request, 'body'> |
Returns:
{ functionCall: { arguments: Parameters; call_id: string; name: string; type: "function_call"; id?: string; status?: "in_progress" | "completed" | "incomplete"; }; settings: Settings; systemParameters: Record<FunctionCallSystemParameter, string | undefined>; }