mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: fix typo for GenerateContentConfig in Agent Builder Assistant
PiperOrigin-RevId: 814495803
This commit is contained in:
committed by
Copybara-Service
parent
dd0571ad09
commit
42db35111b
@@ -24,6 +24,7 @@ from google.adk.agents.readonly_context import ReadonlyContext
|
||||
from google.adk.models import BaseLlm
|
||||
from google.adk.tools import AgentTool
|
||||
from google.adk.tools import FunctionTool
|
||||
from google.genai import types
|
||||
|
||||
from .sub_agents.google_search_agent import create_google_search_agent
|
||||
from .sub_agents.url_context_agent import create_url_context_agent
|
||||
@@ -112,7 +113,7 @@ class AgentBuilderAssistant:
|
||||
instruction=instruction,
|
||||
model=model,
|
||||
tools=all_tools,
|
||||
generate_content_config=types.GenerateContextConfig(
|
||||
generate_content_config=types.GenerateContentConfig(
|
||||
max_output_tokens=8192,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user