Skip to content

Commit

Permalink
Update tool_calling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Nov 21, 2024
1 parent 70da2fc commit b654a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/models/tool_calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ print(f"Result: {get_weather(**json.loads(tool_call.arguments))}")
```

Example output:
```json
```
Function called: get_weather
Arguments: {"location": "San Francisco, CA", "unit": "fahrenheit"}
Result: Getting the weather for San Francisco, CA in fahrenheit...
Expand Down

0 comments on commit b654a9c

Please sign in to comment.