Hello Andy and Pavanli,
I have been using the "your data" feature for one month now and it has been working quite well. However, I cannot seem to find the option to set the 'strictness' or 'limit responses to your data content' in the C# code. My bot is able to answer questions about the data, but it will not respond if the information is not present in the data. For instance: "What is a dog?" will return an answer such as "I could not find any documents containing this information...".
I made this workaround:
If the bot does not cite a document, the query request is sent again without the search endpoint and the bot will then answer normally. However, this workaround is expensive in tokens.
Although I believe that the Python code offers this feature, I cannot find it in C#.
Thank you in advance for your help.
Best regards, Luca.