tooluniverse.tools.call_agentic_human module

call_agentic_human

Produces a concise, practical answer that emulates how a well-informed human would respond to the…

tooluniverse.tools.call_agentic_human.call_agentic_human(question, *, stream_callback=None, use_cache=False, validate=True)[source]

Produces a concise, practical answer that emulates how a well-informed human would respond to the…

Parameters:
  • question (str) – The user’s question to be answered in a human-like manner.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any