Skip to content

[ai] Automatically just send streamed messages if in group-scope #182

Open
@heyitsaamir

Description

@heyitsaamir

We currently do some level of accumulation for messages anyway.
For group scope, we have to tell the user to do a check:
if activity.conversation.isGroup, then send
Otherwise, you can stream.

This leads to poor devex. We can abstract this away for them:
In group scopes, we accumulate all the chunks for them. Then once streaming is done, we can just send it for them.

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