From 6aa76cf278b5ac87cdcaacedd74ab8f5f7595c07 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 26 Nov 2024 18:11:57 -0500 Subject: [PATCH] Update structured-outputs-json.mdx Signed-off-by: Michael --- fern/pages/v2/text-generation/structured-outputs-json.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/v2/text-generation/structured-outputs-json.mdx b/fern/pages/v2/text-generation/structured-outputs-json.mdx index 753ce10c..c884476d 100644 --- a/fern/pages/v2/text-generation/structured-outputs-json.mdx +++ b/fern/pages/v2/text-generation/structured-outputs-json.mdx @@ -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",