tooluniverse.tools.CallAgent moduleΒΆ

CallAgent

Give a solution plan to the agent and let it solve the problem. Solution plan should reflect a di…

tooluniverse.tools.CallAgent.CallAgent(solution, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Give a solution plan to the agent and let it solve the problem. Solution plan should reflect a di…

Parameters:
  • solution (str) – A feasible and concise solution plan that address the question.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any