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 validatedomain (
str) – Domain expertise area for validationvalidation_aspects (
str) – JSON array string of specific aspects to validateimplementation_code (
str) – Implementation code to validate (optional)stream_callback (
Callable, optional) – Callback for streaming output
- Return type:
dict[str,Any]