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.
1 parent f828c8d commit 9814768Copy full SHA for 9814768
vertexai/preview/reasoning_engines/templates/adk.py
@@ -121,7 +121,7 @@ def __init__(self, **kwargs):
121
122
123
class _StreamingRunResponse:
124
- """Response object for `agent_run_with_events` method.
+ """Response object for `streaming_agent_run_with_events` method.
125
126
It contains the generated events together with the belonging artifacts.
127
"""
@@ -374,6 +374,7 @@ def clone(self):
374
enable_tracing=self._tmpl_attrs.get("enable_tracing"),
375
session_service_builder=self._tmpl_attrs.get("session_service_builder"),
376
artifact_service_builder=self._tmpl_attrs.get("artifact_service_builder"),
377
+ env_vars=self._tmpl_attrs.get("env_vars"),
378
)
379
380
def set_up(self):
0 commit comments