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 0c845cf commit 0f60ab3Copy full SHA for 0f60ab3
generative_ai/grounding/test_grounding.py
@@ -39,7 +39,7 @@ def test_gemini_grounding_vais_example() -> None:
39
)
40
assert response
41
42
-
43
-def test_gemini_grounding_web_example() -> None:
44
- response = web_example.generate_text_with_grounding_web()
45
- assert response
+#
+# def test_gemini_grounding_web_example() -> None:
+# response = web_example.generate_text_with_grounding_web()
+# assert response
0 commit comments