Handling Citations and Tool Explosion Issues #1389
-
Hi, I had two questions regarding Semantic Kernel which I hope could be useful for others as well.
Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I'm also trying to retrieve the citations, but seems not possible with the StreamingChatMessageContent.
Where as it is possible with the StreamingChatCompletionsUpdate object
|
Beta Was this translation helpful? Give feedback.
-
@wct432 We recommend you asking the AI to provide citations in the prompt. The second person is using Azure OpenAI with your data which comes with citation with data. This should help you as well. For your second question, we've also included this sample for your reference as well: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Optimization/PluginSelectionWithFilters.cs @solidaris-frederikmunster for your issue, can you create an issue on this so we can triage and get this fixed? |
Beta Was this translation helpful? Give feedback.
-
Hello @sophialagerkranspandey , |
Beta Was this translation helpful? Give feedback.
@wct432 We recommend you asking the AI to provide citations in the prompt. The second person is using Azure OpenAI with your data which comes with citation with data. This should help you as well. For your second question, we've also included this sample for your reference as well: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Optimization/PluginSelectionWithFilters.cs
@solidaris-frederikmunster for your issue, can you create an issue on this so we can triage and get this fixed?