disable file references for inline chat for now

This commit is contained in:
Johannes 2024-06-28 11:44:11 +02:00
parent 375d8c8beb
commit 7b299714f5
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

View file

@ -153,7 +153,7 @@ export class InlineChatWidget {
renderStyle: 'minimal',
renderInputOnTop: false,
renderFollowups: true,
supportsFileReferences: true,
supportsFileReferences: false,
filter: item => !isWelcomeVM(item),
...options.chatWidgetViewOptions
},