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
refactor(conversations): Update conversation store message type handling
- Add support for GeneratedAssistantMessage in conversation store implementations
- Update type hints to include generic type parameter for GeneratedAssistantMessage
- Modify add_message_async method signatures across conversation store classes
- Ensure consistent message type handling across different conversation store implementations
- Improve type flexibility for message storage and retrieval
0 commit comments