Using ADK with Gemini-3-Pro-Preview #3608
-
|
How should we use ADK with Gemini-3-Pro-Preview? Any examples? I tried using it and the response was empty. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @hung12ct , are you using vertex or the API key? For vertex, you should use Also you might try set the default log level to DEBUG to view the actual model call and response for debugging. |
Beta Was this translation helpful? Give feedback.
-
|
Take a look at the https://github.com/google/adk-samples/tree/main/python/agents/deep-search which was recently updated to
Note this was recently renamed, formerly known as the fullstack sample (google/adk-samples@c5a35e6). |
Beta Was this translation helpful? Give feedback.
-
|
"What is all this about? I don't understand!"
"How can I disable this tracking?"
JLPV
El jue, 20 de nov de 2025, 15:08, alan blount ***@***.***>
escribió:
… Take a look at the
https://github.com/google/adk-samples/tree/main/python/agents/deep-search
which was recently updated to gemini-3-pro-preview and showcases a pretty
sophisticated deep research template app with frontend.
2025-11-20_16-06-23.png (view on web)
<https://github.com/user-attachments/assets/6aec72a4-792f-4262-978f-3caa26279c11>
Note this was [
https://github.com/google/adk-samples/commit/c5a35e679b81d6a619642dcfb98144855025100d](recently
renamed), formerly known as the fullstack sample.
—
Reply to this email directly, view it on GitHub
<#3608 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BZVU5TRVNEHWNFV4LGG4LB335YUVRAVCNFSM6AAAAACMREHIK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBTGIYDGOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.


Hi @hung12ct , are you using vertex or the API key? For vertex, you should use
globalendpoint in the .env.Also you might try set the default log level to DEBUG to view the actual model call and response for debugging.