Skip to content

Commit 989af4d

Browse files
xuanyang15copybara-github
authored andcommitted
docs: Fix token exceeded error on ADK release analyzer's final summary agent
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 944711030
1 parent 0c733ac commit 989af4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • contributing/samples/adk_team/adk_documentation/adk_release_analyzer

contributing/samples/adk_team/adk_documentation/adk_release_analyzer/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def summary_instruction(readonly_context: ReadonlyContext) -> str:
559559
name="summary_agent",
560560
description="Compiles recommendations and creates the GitHub issue.",
561561
instruction=summary_instruction,
562+
include_contents="none",
562563
tools=[
563564
get_all_recommendations,
564565
create_issue,

0 commit comments

Comments
 (0)