Instructions for AgentTool summarization #1945
Replies: 1 comment
|
There is no separate, fixed "summarization prompt" attached to
So, to control how the caller presents the tool's answer, leave |
|
There is no separate, fixed "summarization prompt" attached to
So, to control how the caller presents the tool's answer, leave |
Uh oh!
There was an error while loading. Please reload this page.
I'm reading the docs about wrapping an agent as a tool using
AgentTool- https://google.github.io/adk-docs/tools/function-tools/#customizationI see that there's a
skip_summarizationoption.This is where I learn that some responses have automatic summarization.
Could you show me where the prompt for this summarization step is? I can't seem to find it in the code base.
All reactions