MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / reset

Method reset

camel/agents/base.py:22–24  ·  view source on GitHub ↗

r"""Resets the agent to its initial state.

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

20
21 @abstractmethod
22 def reset(self, *args: Any, **kwargs: Any) -> Any:
23 r"""Resets the agent to its initial state."""
24 pass
25
26 @abstractmethod
27 def step(self, *args: Any, **kwargs: Any) -> Any:

Callers 6

runMethod · 0.45
summarize_textMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected