Skip to content

Open AI Agent with your own data #9681

Answered by crickman
eeadie asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @eeadie - Your are correct that this would be problematic with OpenAIAssistantAgent as it is not based upon IChatCompletionService...rather is it targeting the Open AI Assistant API.

For the Assistant API, a file-search tools is available that works against its VectorStore targets.

I am aware that work is being done on the Microsoft/Azure side to develop the Assistant API so that it might be more integrated into Azure specific services. In the meantime, you might consider creating a function or plugin that exposes this behavior so that the assistant might call it as a function-tool; although, doing this in streaming-mode may present extra challenges.

Note: I have worked with an intern…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sophialagerkranspandey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
.NET Issue or Pull requests regarding .NET code agents
2 participants