Skip to main content
POST
/
tools
/
tool_selection
/
Select Tool (alt path)
curl --request POST \
  --url https://paradigm.lighton.ai/tools/tool_selection/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tool_name": "<string>"
}'
{
  "selected_tool": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

Request serializer for selecting a tool.

tool_name
string
required

Name of the tool to select

chat_setting_id
integer

ID of the chat setting to use

Response

Session deactivate

Response serializer for tool selection.

selected_tool
string
required

Name of the selected tool

I