MCPcopy Create free account
hub / github.com/google/adk-python / reset

Method reset

contributing/samples/integrations/gepa/adk_agent.py:56–58  ·  view source on GitHub ↗

Resets the environment to the given task index.

(self, task_index: int)

Source from the content-addressed store, hash-verified

54 ...
55
56 def reset(self, task_index: int) -> EnvResponse:
57 """Resets the environment to the given task index."""
58 ...
59
60
61class _Tool(base_tool.BaseTool):

Callers 1

_async_runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected