Skip to content

Conversation

@Th-Underscore
Copy link
Contributor

@Th-Underscore Th-Underscore commented Dec 8, 2025

Basically just a bridge between output_modifier and custom_generate_reply

Also considered the idea of:

def output_stream_modifier(generator, state, is_chat=False):
    for output in generator(...):
        yield output

but I think it's pretty complicated to implement, and the current PR is sufficient for most use cases.

Checklist:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant