http_tool.md
March 1, 2026 ยท View on GitHub
You can call external HTTP APIs to perform business logic or query information. Output a JSON block in the following format:
{
"tools": [
{
"name": "http",
"url": "https://api.example.com/v1/query",
"method": "POST",
"body": {
"key": "value"
}
}
]
}
The response will be returned to you as a system message.