tooluniverse.tools.TestCaseGenerator moduleΒΆ

TestCaseGenerator

Generates diverse and representative ToolUniverse tool call dictionaries for a given tool based o…

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

Generates diverse and representative ToolUniverse tool call dictionaries for a given tool based o…

Parameters:
  • tool_config (dict[str, Any]) – The full configuration of the tool to generate test cases for. May include β€˜_…

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any