We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c84a7a commit e4df4d2Copy full SHA for e4df4d2
python/controlled_generation.py
@@ -110,9 +110,8 @@ class Recipe(TypedDict):
110
response_mime_type="application/json", response_schema=list[Recipe]
111
),
112
)
113
- print(
114
- result
115
- ) # Expected output: a JSON-parsed list with recipe names and grades (e.g., "a+")
+ # Expected output: a JSON-parsed list with recipe names and grades (e.g., "a+")
+ print(result)
116
# [END enum_in_json]
117
118
def test_json_enum_raw(self):
0 commit comments