How to attach Files (PDF, jpg, etc) C#? #10780
Answered
by
sophialagerkranspandey
lovedeepatsgit
asked this question in
Q&A
-
I have tried Semantic Kernel is there a way by using which we can attach files like pdf, images, etc to chat with Agents? if someone have tried please help. |
Beta Was this translation helpful? Give feedback.
Answered by
sophialagerkranspandey
Mar 4, 2025
Replies: 1 comment
-
Here's a good sample that shows how to attach files: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/OpenAIAssistant/Step05_AssistantTool_FileSearch.cs and this sample for Azure AI Agents: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step05_AzureAIAgent_FileSearch.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a good sample that shows how to attach files: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/OpenAIAssistant/Step05_AssistantTool_FileSearch.cs and this sample for Azure AI Agents: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step05_AzureAIAgent_FileSearch.cs