Skip to content

v6.25

Choose a tag to compare

@ekassos ekassos released this 24 Nov 20:40
· 744 commits to main since this release
36babd7

Release Notes

This update brings improvements to Next-Gen Assistants.

Assistants

New Features

  • Introduces two new data controls for Next-Gen assistants:
    • Hide Web Search Sources from Members (disabled by default): When the assistant uses web search, it may consider a number of sources before drafting its response. Many of the sources are often not used in the final response. Control whether members can see all sources. When checked, members will not see the sources the assistant used during web searches. Moderators can always review web search sources. This setting will only apply to Chat Mode models with Web Search enabled.
    • Completely Hide Web Search Actions from Members (disabled by default): When the assistant uses web search, it may perform various actions such as querying search engines, clicking on links, and extracting information. This setting controls whether members can see these web search actions. When checked, members will see that the assistant is searching the web without revealing specific actions. Moderators can always review web search actions. This setting will only apply to Chat Mode models with Web Search enabled.

Updates & Improvements

  • Web Search is out of Preview and stable for general use. Web search allows models to access up-to-date information from the internet and provide answers with sourced citations.

Threads

New Features

  • When using Next-Gen Assistants, Web Search Steps are visible in the interface, both when streaming a response and when accessing a thread later. Users can open a dropdown menu that displays all sources the assistant used to search for relevant information.
  • With inline web citations, users can see the site title and URL of the source the assistant cited when generating its response.

Deployment Information

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

Deployment Details

  • Schema Upgrade: Added hide_web_search_sources, hide_web_search_actions to Assistants table.

Related PRs

  • scripts/ Update exam generation scripts by @ekassos in #1102
  • feat/ Show more details about Web Search Steps in the UI by @ekassos in #1103
  • feat/ Control Web Search UI details in Next-Gen Assistants by @ekassos in #1104

Full Changelog: 845-srv413-web253...848-srv416-web255