mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
@ -11,3 +11,7 @@ class ConversationNotExistsError(BaseServiceError):
|
||||
|
||||
class ConversationCompletedError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ConversationVariableNotExistsError(BaseServiceError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user