Skip to content

Commit 52a0721

Browse files
Update src/google/adk/tools/agent_tool.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dc71140 commit 52a0721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/tools/agent_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AgentTool(BaseTool):
4545
Attributes:
4646
agent: The agent to wrap.
4747
skip_summarization: Whether to skip summarization of the agent output.
48-
include_plugins: Weather to include plugins from parent runner context
48+
include_plugins: Whether to include plugins from parent runner context
4949
"""
5050

5151
def __init__(self, agent: BaseAgent, skip_summarization: bool = False, include_plugins: bool = False):

0 commit comments

Comments
 (0)