Skip to content

fix: the RFP team table formatting#1066

Open
Ayaz-Microsoft wants to merge 5 commits into
devfrom
bugfix/ayaz
Open

fix: the RFP team table formatting#1066
Ayaz-Microsoft wants to merge 5 commits into
devfrom
bugfix/ayaz

Conversation

@Ayaz-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This PR fixes bug(47810) where the RFP team table is properly formatted in AI thinking, but not in the final response

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes Bug 47810 by ensuring collapsed/flattened GitHub Flavored Markdown (GFM) tables are normalized into multi-line table blocks in final responses (not just “AI thinking”), improving UI rendering consistency.

Changes:

  • Introduces shared markdown table repair utilities to reflow single-line (collapsed) tables into proper multi-line GFM tables.
  • Applies table normalization to final orchestration output and to the final (non-streaming) agent response callback.
  • Adds orchestration-focused tests covering normalization behavior for common collapsed-table patterns.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/tests/backend/orchestration/test_orchestration_manager.py Adds tests for collapsed-table normalization and injects the real markdown utility module into mocked imports.
src/backend/orchestration/orchestration_manager.py Normalizes collapsed markdown tables before embedding bare image URLs in the final orchestration response.
src/backend/common/utils/markdown_utils.py New utility module implementing collapsed-table detection and reflow logic.
src/backend/callbacks/response_handlers.py Normalizes collapsed markdown tables before sending the final websocket message.
src/backend/api/router.py Minor formatting/whitespace adjustment only.
conftest.py Minor formatting cleanup (trailing whitespace / spacing).

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

Comment thread src/backend/common/utils/markdown_utils.py
Comment thread src/backend/common/utils/markdown_utils.py
Comment thread src/tests/backend/orchestration/test_orchestration_manager.py
Ayaz-Microsoft and others added 2 commits June 25, 2026 20:14
…ponses

Repairs GFM tables whose rows get flattened onto a single physical line so
react-markdown/remark-gfm renders them as proper tables instead of raw pipes.
Adds a shared common/utils/markdown_utils.py used by both the orchestrator
final-answer path and the agent_response_callback (Group Chat Manager) path.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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