[GH-ISSUE #1468] [DOCS]: Show/hide pre tags in bubble chat #939

Closed
opened 2026-02-22 18:22:18 -05:00 by yindo · 1 comment
Owner

Originally created by @stratosMoschidis on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1468

Description

I want to make a change to the chat response. I want anything that is inside a

 tag to be initially collapsed, and there should be an ability for the user to toggle hide/show for this tag. Which part of the code should I look at? Thank you in advance.

Originally created by @stratosMoschidis on GitHub (May 21, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1468 ### Description I want to make a change to the chat response. I want anything that is inside a <pre> tag to be initially collapsed, and there should be an ability for the user to toggle hide/show for this tag. Which part of the code should I look at? Thank you in advance.
yindo added the documentation label 2026-02-22 18:22:18 -05:00
yindo closed this issue 2026-02-22 18:22:18 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 21, 2024):

This is very specific to the responses that you are getting in chat, but the area to modify this is
https://github.com/Mintplex-Labs/anything-llm/blob/28eba636e941e8c6d2a54e5209b0dbcc2c892480/embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx#L68

@timothycarambat commented on GitHub (May 21, 2024): This is very specific to the responses that you are getting in chat, but the area to modify this is https://github.com/Mintplex-Labs/anything-llm/blob/28eba636e941e8c6d2a54e5209b0dbcc2c892480/embed/src/components/ChatWindow/ChatContainer/ChatHistory/HistoricalMessage/index.jsx#L68
yindo changed title from [DOCS]: Show/hide pre tags in bubble chat to [GH-ISSUE #1468] [DOCS]: Show/hide pre tags in bubble chat 2026-06-05 14:38:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#939