Store the references separately so they are not sent to datalake.

This commit is contained in:
Adam Treat
2023-05-24 16:13:35 -04:00
committed by AT
parent b5380c9b7f
commit db9eecdce4
3 changed files with 27 additions and 6 deletions

View File

@@ -596,7 +596,7 @@ Window {
Accessible.description: qsTr("This is the list of prompt/response pairs comprising the actual conversation with the model")
delegate: TextArea {
text: value
text: value + references
width: listView.width
color: theme.textColor
wrapMode: Text.WordWrap