diff --git a/docs/concepts/parallel.md b/docs/concepts/parallel.md index 890b2cdab..8afe1dcae 100644 --- a/docs/concepts/parallel.md +++ b/docs/concepts/parallel.md @@ -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. diff --git a/docs/concepts/reask_validation.md b/docs/concepts/reask_validation.md index 9f176c4a4..24f52f52c 100644 --- a/docs/concepts/reask_validation.md +++ b/docs/concepts/reask_validation.md @@ -169,7 +169,7 @@ model = client.chat.completions.create( print(model.model_dump_json(indent=2)) """ { - "name": "Jason", + "name": "jason", "age": 25 } """