dify/api/core/tool/provider/errors.py
John Wang 4fdb37771a
feat: universal chat in explore (#649)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2023-07-27 13:08:57 +08:00

3 lines
92 B
Python

class ToolValidateFailedError(Exception):
description = "Tool Provider Validate failed"