Chat Tools
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/chat-tools/execute/ |
Execute a tool and return the result |
Execute a tool and return the result
Execute a tool and return the result.
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
- Model Source:
ToolExecuteRequest - API Source:
chat_tools_execute
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Field | Type | Required | Description |
|---|---|---|---|
tool |
string | ✓ | Name of the tool to execute. |
arguments |
any | Tool arguments. |
200 -