fix: update MessageService.create_feedback to use keyword arguments f… (#12134)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2024-12-26 23:26:44 +08:00
committed by GitHub
parent 4e76f2fc44
commit 4bd8df1fd3
3 changed files with 16 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ class MessageService:
@classmethod
def create_feedback(
cls,
*,
app_model: App,
message_id: str,
user: Optional[Union[Account, EndUser]],