Skip to content

Suggestions for Chat Control Extension #4942

Description

@itg-assistant

Panda Pan asked 2026-02-11 02:34:45 UTC

Currently, there are two types of messages: regular message and lazyMessage. A lazyMessage waits until its content has finished loading before displaying it to the user. However, this approach has a drawback: most large language model (LLM) APIs actually support stream mode, which returns text progressively as the model generates it.

It is therefore recommended to add a new message type that supports real-time updates. Typically, when using an LLM API in stream mode, text can be returned incrementally as the model "thinks," providing a user experience similar to that of official LLM web interfaces, where content appears progressively.This is crucial for enhancing user experience, especially when generating longer texts, as users can see initial results without having to wait for an extended period.

Another issue is that most LLMs return content in Markdown format, but the current message component does not support rendering Markdown.

a loyal fan of Wisej.NET/Winform/WPF

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionAn improvement to something that already works.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions