We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c00a1cb + ce7253f commit 88573cfCopy full SHA for 88573cf
src/google/adk/tools/application_integration_tool/application_integration_toolset.py
@@ -87,7 +87,7 @@ def __init__(
87
triggers: Optional[List[str]] = None,
88
connection: Optional[str] = None,
89
entity_operations: Optional[str] = None,
90
- actions: Optional[str] = None,
+ actions: Optional[list[str]] = None,
91
# Optional parameter for the toolset. This is prepended to the generated
92
# tool/python function name.
93
tool_name_prefix: Optional[str] = "",
0 commit comments