mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 10:26:50 +08:00
fix: update MessageService.create_feedback to use keyword arguments f… (#12134)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@@ -152,6 +152,7 @@ class MessageService:
|
||||
@classmethod
|
||||
def create_feedback(
|
||||
cls,
|
||||
*,
|
||||
app_model: App,
|
||||
message_id: str,
|
||||
user: Optional[Union[Account, EndUser]],
|
||||
|
||||
Reference in New Issue
Block a user