Created
March 8, 2025 02:06
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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