You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try got last msg from chat session client.get_previous_messages(bot='claude-3.5-sonnet', chatId=chatId, count=1)
the result msg is
{'author': 'claude_3_igloo', 'text': '', 'messageId': xxxxxxx, 'contentType': 'text_markdown'}
so the author is still claude_3_igloo
What I got when don't spec botname with client.get_chat_history(count=5)['data']
When I use bot='claude_3_igloo', I got no data.
The text was updated successfully, but these errors were encountered: