tooluniverse.tools.DomainExpertValidator moduleΒΆ

DomainExpertValidator

Provides domain-specific validation and expert recommendations for tools with deep expertise acro…

tooluniverse.tools.DomainExpertValidator.DomainExpertValidator(tool_config, domain, validation_aspects='["accuracy", "methodology", "best-practices"]', implementation_code=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Provides domain-specific validation and expert recommendations for tools with deep expertise acro…

Parameters:
  • tool_config (str) – JSON string of tool configuration to validate

  • domain (str) – Domain expertise area for validation

  • validation_aspects (str) – JSON array string of specific aspects to validate

  • implementation_code (str) – Implementation code to validate (optional)

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any