Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add dedicated tool calling page to docs #10554

Merged
merged 9 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tool_calling.md
  • Loading branch information
mgoin authored Nov 21, 2024
commit b654a9c8ffa83aaf340baa07f4d17c08f19eff19
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