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
fix: Convert initial_message from string to Message object format
- Update CreateConversationRequest interface to use Message type instead of string
- Convert string initialMessage to proper Message object in RemoteConversation.create
- Add Message import to conversation models
- Fixes 422 error when creating conversations with initial messages
Co-authored-by: openhands <openhands@all-hands.dev>
0 commit comments