mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 23:48:04 +08:00
add interface for review app
This commit is contained in:
@ -116,6 +116,7 @@ class InvokeRateLimitError(BaseHTTPException):
|
||||
description = "Rate Limit Error"
|
||||
code = 429
|
||||
|
||||
|
||||
class NeedAddIdsError(BaseHTTPException):
|
||||
error_code = "need_add_ids"
|
||||
description = "Need to add ids."
|
||||
|
||||
Reference in New Issue
Block a user