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