Files
dify/api/core/tool/provider/errors.py
2023-07-27 13:08:57 +08:00

3 lines
92 B
Python

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