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
commit 4bd8df1fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]],