The AssistantAgent determines when it needs to use tools. After all necessary tools are used during the tool execution while loop the agent makes one model_client call to generate a response based on the tool results.
The issue is that this model client call doesn't include the system message.
Why are these changes needed?
The AssistantAgent determines when it needs to use tools. After all necessary tools are used during the tool execution while loop the agent makes one model_client call to generate a response based on the tool results. The issue is that this model client call doesn't include the system message.
Related issue number
4308
Checks