Fixed issue : open reference and context links in a new tab#372
Open
nuwangeek wants to merge 48 commits intobuerokratt:wipfrom
Open
Fixed issue : open reference and context links in a new tab#372nuwangeek wants to merge 48 commits intobuerokratt:wipfrom
nuwangeek wants to merge 48 commits intobuerokratt:wipfrom
Conversation
Get update from wip into llm-316
Get update from llm-316
Intent enrichment pipeline (buerokratt#319)
get update from wip into llm-304
Service layer validation in tool classifier (buerokratt#321)
Get update from wip
Pulling changes from BYK wip to LLM-Module WIP
Get update from wip into optimization/data-enrichment
…mance improvement
Get update from optimization/data-enrichment into optimization/vector-indexer
Optimize intent data enrichment and service classification (buerokratt#325)
Optimize first user query response generation time (buerokratt#326)
Get update from llm-309 before getting context generation workflow changes
Get update from llm-310 into llm/service-integration
Get update from llm-310
Context based response generation workflow (buerokratt#327)
Sync wip branches 3/18/2026
fixed the test production UI issue (buerokratt#366)
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.
This pull request enhances the Markdown rendering in the
TestModelpage to improve usability and accessibility. The main changes include customizing the rendering of ordered lists and anchor tags within Markdown content, ensuring links open in a new tab securely, and updating the relevant usages to apply these customizations.Markdown rendering improvements:
markdownComponentsobject to customize the rendering of ordered lists (ol) with proper indentation and decimal styling, and anchor tags (a) to open links in a new tab withnoopener noreferrerfor security.ReactMarkdowncomponents in both the response and context sections to use the newmarkdownComponentsfor consistent and improved Markdown rendering. [1] [2]Type import update:
ComponentPropsWithoutReffrom React to support proper typing for the custom anchor tag component.