Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created March 8, 2025 02:06
Show Gist options
  • Save jesuino/426ec2ef8fdb798bc1bfbe8b046a7799 to your computer and use it in GitHub Desktop.
Save jesuino/426ec2ef8fdb798bc1bfbe8b046a7799 to your computer and use it in GitHub Desktop.
LLM Tool Call example. In this example the LLM is trying to call a tool called get_traffic_info
<tool_call>
{
"action": "call_tool",
"tool_name": "get_traffic_info",
"parameters": {
"street_name": "Main Street",
"city": "YourCity"
}
}
</tool_call>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment