Skip to content

v6.23

Choose a tag to compare

@ekassos ekassos released this 20 Nov 03:45
· 749 commits to main since this release
008a0aa

Release Notes

This update brings improvements to Next-Gen Assistants.

Assistants

New Features

  • Introduces four new data controls for Next-Gen assistants:
    • Hide File Search Queries from Members (enabled by default): Control whether members can see the queries the assistant uses for file searches. Depending on your prompt, these queries may contain sensitive information or provide information about how you have designed the assistant. When checked, members will not see the queries. Moderators can always review file search queries. This setting will only apply to Chat Mode models with File Search enabled.
    • Hide File Search Result Quotes from Members (enabled by default): Control whether members can see the text the assistant retrieves from each file during File Search. Depending on the materials you make available to the assistant, quotes may contain sensitive information like answer keys. When checked, members will not see the document quotes returned during file searches. Moderators can always review file search results. This setting will only apply to Chat Mode models with File Search enabled.
    • Completely Hide File Search Results from Members (disabled by default): Hide the names of the documents the assistant retrieves in file searches from members, on top of quotes. In some cases, document names may contain sensitive information. When checked, PingPong will completely hide file search results. Moderators can always review file search results. This setting will only apply to Chat Mode models with File Search enabled.
    • Hide Reasoning Summaries from Members (enabled by default): Control whether members can see summaries of the assistant's reasoning process. In some cases, this material may contain sensitive information or insights about the assistant's internal logic or prompt. When checked, members will not see the reasoning summaries. Moderators can always review reasoning summaries. This setting will only apply to Chat Mode reasoning models.

Threads

New Features

  • When using Next-Gen Assistants, Reasoning Steps are visible in the interface, both when streaming a response and when accessing a thread later. Users can see an estimate of thinking time and open a dropdown menu that displays reasoning summaries.

Internal

Updates & Improvements

  • Revert back to starlette v0.41.2 to resolve an issue where the server may not stop streaming a response after a user closes the PingPong browser window.

Deployment Information

Schema Upgrade Migration Script Permissions Update Task Definition Update Configuration Update
YES No No No No

Deployment Details

  • Schema Upgrade: New fields in Assistants: hide_reasoning_summaries, hide_file_search_result_quotes, hide_file_search_queries, hide_file_search_document_names.

Related PRs

  • feat/ Show more details about Reasoning Steps in the UI by @ekassos in #1096
  • feat/ Control UI details in Next-Gen Assistants by @ekassos in #1097

Full Changelog: 841-srv409-web251...843-srv411-web253