Skip to main content
POST
/
api
/
sdk
/
add-tool-call
Add Tool Call
curl --request POST \
  --url https://api.example.com/api/sdk/add-tool-call \
  --header 'Content-Type: application/json' \
  --header 'x-rippletide-agent-id: <x-rippletide-agent-id>' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-rippletide-agent-id
string<uuid>
required

Body

application/json

The body is of type Tool Call Config · object.

Response

Successful Response