Get tool function parameters
This endpoint will generate the parameters for a tool function based on the user’s message and image URL provided in the request body. The response will include the parameters for the tool function as a JSON object.
Authorizations
Headers
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Body
Request payload for getting the parameters of a tool function
Function for a LLM tool call
The base64 encoded audio input of the user message to attach to the topic and then generate an assistant message in response to.
Image URL to attach to the message to generate the parameters for the tool function.
Model name to use for the completion. If not specified, this defaults to the dataset's model.
Text of the user's message to the assistant which will be used to generate the parameters for the tool function.
Response
Response body for getting the parameters of a tool function
Parameters for the tool function.
Was this page helpful?