Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Feb 5, 2024
1 parent 08dcce2 commit 84c71dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for fc in function_calls:
print(fc)
#> location='Toronto' units='metric'
#> location='Dallas' units='imperial'
#> query='who won the super bowl'
#> query='Super Bowl winner'
```

1. Set the mode to `PARALLEL_TOOLS` to enable parallel function calling.
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/reask_validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ model = client.chat.completions.create(
print(model.model_dump_json(indent=2))
"""
{
"name": "Jason",
"name": "jason",
"age": 25
}
"""
Expand Down

0 comments on commit 84c71dc

Please sign in to comment.