mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: add agent tool invoke meta
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
from core.tools.entities.tool_entities import ToolInvokeMeta
|
||||
|
||||
|
||||
class ToolProviderNotFoundError(ValueError):
|
||||
pass
|
||||
|
||||
@ -17,4 +20,7 @@ class ToolInvokeError(ValueError):
|
||||
pass
|
||||
|
||||
class ToolApiSchemaError(ValueError):
|
||||
pass
|
||||
pass
|
||||
|
||||
class ToolEngineInvokeError(Exception):
|
||||
meta: ToolInvokeMeta
|
||||
Reference in New Issue
Block a user