Commit 6699783
committed
feat: use patched ADK fork that fixes Groq tool calling
Install google-adk from vitas/adk-python@fix/groq-tool-calling
which removes the global add_function_to_prompt=True that broke
native tool calling for Groq/OpenAI/Anthropic.
Verified: first LLM call now uses proper tool_calls JSON (9563
tokens used). Second call hits Groq free tier rate limit (12K TPM)
but the tool calling format is correct.
PR: google/adk-python#4985
Signed-off-by: Vitas <vitas@users.noreply.github.com>1 parent 800e58b commit 6699783
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments