Using Microsoft.Extensions.AI how to chain agents together? #6464
Unanswered
flintlouis
asked this question in
Q&A
Replies: 0 comments
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.
-
This is a follow up question to #12098
I was wondering the same but using Extensions.AI
Let's say I have 3 models I want to use with different system instructions and different models and tools.
For example: model1 = "gpt-4o-mini", model2 = "gpt-4o" (file search based), model3 = ...
Pseudo code solution I can use:
or what I do at the moment I use just one "gpt-4o" model with system instructions covering all three possibilities and add all tools.
Is there a better way to do this? For example something like: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/Step08_AgentAsKernelFunction.cs
Beta Was this translation helpful? Give feedback.
All reactions