Is your feature request related to a problem? Please describe.
Since the streaming generation mode currently does not carry a message_id, but I need to use message_id for user interaction, can the following functionality be supported:
Generate records in the voltagent_memory_messages table in advance before generating the chat history, and then carry the message_id of this record in the streaming output.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Since the streaming generation mode currently does not carry a message_id, messages retrieved through streaming cannot be directly used for user interactions such as liking.
Is your feature request related to a problem? Please describe.
Since the streaming generation mode currently does not carry a message_id, but I need to use message_id for user interaction, can the following functionality be supported:
Generate records in the voltagent_memory_messages table in advance before generating the chat history, and then carry the message_id of this record in the streaming output.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Since the streaming generation mode currently does not carry a message_id, messages retrieved through streaming cannot be directly used for user interactions such as liking.