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 36b5dfb commit 99c7bfcCopy full SHA for 99c7bfc
tests/system/small/bigquery/test_ai.py
@@ -118,7 +118,7 @@ def test_ai_generate_with_invalid_output_schema_raise_error(session):
118
bbq.ai.generate(
119
prompt,
120
endpoint="gemini-2.5-flash",
121
- output_schema={"population": "INT64", "is_in_north_america": "bool"},
+ output_schema={"population": "INT64", "is_in_north_america": "JSON"},
122
)
123
124
0 commit comments