You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a feature to the chat component that renders sources and related content. Having dedicated fields for reference sources and additional resources would be highly valuable, as it allows us to present the origin of the information and any related content that might enhance understanding.
🧐 解决方案
Introduce fields within the chat component for citing sources and displaying related content. For instance, each message could have a small icon indicating a source, and when clicked, it would reveal the source link or any supplementary content relevant to the topic. Additionally, we could show related content below the message bubble, helping users quickly access further information or verify the accuracy of the message.
🚑 其他信息
The example screenshot below illustrates how the source icon and related content display might look in the chat interface.
A new field will be added called sources as part of each messages which will be optional and will have a type of ISource which will contain necessary informations related to the source.
Willing to work on this.
The text was updated successfully, but these errors were encountered:
🥰 需求描述
Add a feature to the chat component that renders sources and related content. Having dedicated fields for reference sources and additional resources would be highly valuable, as it allows us to present the origin of the information and any related content that might enhance understanding.
🧐 解决方案
Introduce fields within the chat component for citing sources and displaying related content. For instance, each message could have a small icon indicating a source, and when clicked, it would reveal the source link or any supplementary content relevant to the topic. Additionally, we could show related content below the message bubble, helping users quickly access further information or verify the accuracy of the message.
🚑 其他信息
The example screenshot below illustrates how the source icon and related content display might look in the chat interface.
A new field will be added called
sources
as part of each messages which will be optional and will have a type ofISource
which will contain necessary informations related to the source.Willing to work on this.
The text was updated successfully, but these errors were encountered: