Skip to content

display tables in chat tab#182

Merged
vkarpov15 merged 1 commit intomainfrom
vkarpov15/table-output-in-chat
Mar 12, 2026
Merged

display tables in chat tab#182
vkarpov15 merged 1 commit intomainfrom
vkarpov15/table-output-in-chat

Conversation

@vkarpov15
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 12, 2026 02:03
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@vercel
Copy link

vercel bot commented Mar 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
studio Ready Ready Preview, Comment Mar 12, 2026 2:03am

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds table display support in the chat tab by introducing a $table output type in the system prompt and refactoring the chat output rendering to use the shared dashboard-result component.

Changes:

  • Added $table format instruction ({ columns, rows }) to both chat message system prompts (streaming and non-streaming)
  • Replaced inline dashboard-chart/dashboard-map/pre rendering in chat with the unified dashboard-result component
  • Removed the now-unnecessary isChartOutput computed property and exportChartPNG method/button

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
frontend/src/chat/chat-message-script/chat-message-script.js Removed isChartOutput computed and exportChartPNG method, now handled by dashboard-result
frontend/src/chat/chat-message-script/chat-message-script.html Replaced inline chart/map/pre rendering with dashboard-result component
backend/actions/ChatThread/streamChatMessage.js Added $table format instruction to system prompt
backend/actions/ChatThread/createChatMessage.js Added $table format instruction to system prompt

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vkarpov15 vkarpov15 merged commit ec1a93d into main Mar 12, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants