docs: unify chat-interface page (single cBioPortalChat agent)#12200
Merged
Conversation
Through 2026-Q2 the platform exposed two separate agents (cBioDBAgent and cBioNavigator) that the user had to choose between. These have been merged into a single cBioPortalChat agent with access to all of the original tools. - Drop the "choose your agent" framing throughout. - Replace the cBioDBAgent / cBioNavigator example links with cBioPortalChat links, organized by the same three categories the chat interface shows on the welcome screen (Explore / Navigate / Analyze). - Note in the tips that statistical tests cannot be run inside the chat — the agent returns summary data and points users to Group Comparison / R / Python. - Rewrite the Architecture section: one agent, multiple MCP tools (database + navigator), rather than two agents with separate stacks. - Add a short callout about the earlier two-agent prototype for users who saw the previous version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Chat Interface documentation to reflect the move from a two-agent user-facing experience (cBioDBAgent / cBioNavigator) to a single unified cBioPortalChat agent that routes requests to the appropriate MCP tooling internally.
Changes:
- Reframes the docs to remove “choose your agent” language and introduces the unified cBioPortalChat agent.
- Replaces legacy example links with
spec=cBioPortalChat, grouped by the chat welcome categories (Explore Data / Navigate cBioPortal / Analyze Data). - Rewrites the Architecture section to describe one agent using multiple MCP servers (database + navigator), and adds updated usage tips.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Through 2026-Q2 the chat interface exposed two separate agents (`cBioDBAgent` and `cBioNavigator`) that the user had to pick between. They've been merged into a single `cBioPortalChat` agent that has access to all of the original tools and routes work to them based on the question.
This PR updates docs/ai-integrations/chat-interface.md to reflect that:
Related
Test plan
🤖 Generated with Claude Code