Skip to content

Implementing AgentGroupChat with Chat-Agent, Tool-Agent, and Semantic Kernel Integration" #10218

Answered by moonbox3
nblog asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nblog, thanks for your question. Here are my thoughts:

  1. Firstly, do you really need an agent group chat to accomplish this? Why not create your chat using a chat completion AI service, and advertise the plugin(s) (tool(s)) to the model. Then based on the context, it can call the tool(s) or not? This would allow for additional user input if the model requires it. I'd say if this particular method doesn't get you your desired results, then you can start to think about how agents might help.
  2. If you do decide to move to the agent framework, there are many things to thing about:
    • The way we've explored gathering user input as part of an agent chat can be seen in the following code example …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sophialagerkranspandey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
python Pull requests for the Python Semantic Kernel agents
2 participants