How to add files Dynamically after creation of AzureAiAgent #11032
Closed
lovedeepatsgit
started this conversation in
General
Replies: 2 comments
-
There is a specific client for file uploads. I'm tagging @crickman to dive into this further. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since you are referencing a vector-store, you may add the file to that store in the same manner you uploaded the initial files. You you desire to switch from the initial vector-store to a different one, this can be done during thread creation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created an AzureAiAgent and a ChatCompletionAgent. I have provided some sample files to the AzureAiAgent, and added both agents in a AgentGroupChat. My ultimate aim is to create a Ui ( Preferably using Blazor). But currently I am using hard coded file strings, so if there are any suggestions of sample how I can achieve this, are most welcomed.
Below is my Current Approach:
Beta Was this translation helpful? Give feedback.
All reactions