Skip to content

Commit

Permalink
Update structured-outputs-json.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Michael <[email protected]>
  • Loading branch information
mkozakov authored Nov 26, 2024
1 parent a9eb9b8 commit 6aa76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/v2/text-generation/structured-outputs-json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ In the example below, we create a tool that can retrieve weather data for a give

When the `strict_tools` parameter is set to `true`, you can define a maximum of 200 fields across all tools being passed to an API call.

```python PYTHON {26}
```python PYTHON {24}
tools = [
{
"type": "function",
Expand Down

0 comments on commit 6aa76cf

Please sign in to comment.