Skip to content

Commit c34ce30

Browse files
authored
Update use-structured-outputs.mdx (#3908)
Fixing a typo blocking tutorial snippet to work correctly.
1 parent 50bfa77 commit c34ce30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-data/generative-apis/how-to/use-structured-outputs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ extract = client.chat.completions.create(
215215
"items": {"type": "string"}
216216
}
217217
},
218-
"additionalProperties": false,
218+
"additionalProperties": False,
219219
"required": ["title", "summary", "actionItems"]
220220
}
221221
}

0 commit comments

Comments
 (0)