Skip to content

[FEAT] Generate records in the voltagent_memory_messages table in advance before generating the chat history in streaming generation mode #1010

@z10232

Description

@z10232

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions