Skip to content

[Feature Request]: UserProxy should get method is_continuation_msg #2743

Closed as not planned
@Morriz

Description

@Morriz

Is your feature request related to a problem? Please describe.

Hi, since we have nested chats or retry loops those should be able to be finished so that we can continue to the next agent in the parent tree. UserProxy now only listens to terminate entirely.

Describe the solution you'd like

I propose is_continuation_msg=lambda x: x.get("content", "").find("CONTINUE") >= 0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.2Issues which are related to the pre 0.4 codebaseneeds-triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions