Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

context_servers: Return messages from prompts/get #17794

Closed
wants to merge 3 commits into from

Commits on Sep 13, 2024

  1. context_servers: update protocol to return messages with roles

    The underlying protocol now allows for returning messages with roles.
    We need to reflect this appropriately.
    dsp-ant committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    983aaf3 View commit details
    Browse the repository at this point in the history
  2. context_servers: simplistic formatting of prompt messages

    Since slash commands don't fully support writing proper messages
    with roles into the assistant panel just yet, we need to just write it
    out in text for now. Most likely, we only receive user messages anywhere,
    which we special case and insert directly without a role.
    dsp-ant committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6684f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f04ec View commit details
    Browse the repository at this point in the history