Skip to content

Commit

Permalink
message_id is always a string since d81e416
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Jul 24, 2023
1 parent f71f07e commit ca8ce28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainlit/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ async def get_element(self, conversation_id: str, element_id: str) -> ElementDic

@abstractmethod
async def set_human_feedback(
self, message_id: int, feedback: Literal[-1, 0, 1]
self, message_id: str, feedback: Literal[-1, 0, 1]
) -> bool:
pass

0 comments on commit ca8ce28

Please sign in to comment.