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>"
}
]
}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>"
}
]
}The body is of type Tool Call Config · object.
Successful Response