Skip to content

Commit

Permalink
Update migrating-v1-to-v2.mdx (#283)
Browse files Browse the repository at this point in the history
Signed-off-by: billytrend-cohere <[email protected]>
  • Loading branch information
billytrend-cohere authored Dec 9, 2024
1 parent 4bf6d97 commit 10bf030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/v2/text-generation/migrating-v1-to-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ tools_v2 = [
"type": "object",
"properties": {
"location": {
"type" : "str",
"type" : "string",
"description": "the location to get weather, example: San Fransisco, CA"
}
},
Expand Down Expand Up @@ -850,4 +850,4 @@ The following v1 features are not supported in v2:
- `connectors` parameter
- `prompt_truncation` parameter
- Tool use
- `force_single_step` parameter (all tool calls are now multi-step by default)
- `force_single_step` parameter (all tool calls are now multi-step by default)

0 comments on commit 10bf030

Please sign in to comment.