mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:19:46 +00:00
Check if data sources are enabled
This commit is contained in:
parent
9fdc78a12b
commit
c6ab1b1b7d
@ -44,7 +44,7 @@ public sealed class ContentText : IContent
|
|||||||
//
|
//
|
||||||
// Check if the user wants to bind any data sources to the chat:
|
// Check if the user wants to bind any data sources to the chat:
|
||||||
//
|
//
|
||||||
if (chatThread.UseDataSources)
|
if (chatThread.DataSourceOptions.IsEnabled())
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
// When the user wants to bind data sources to the chat, we
|
// When the user wants to bind data sources to the chat, we
|
||||||
|
Loading…
Reference in New Issue
Block a user