This PR removes the strict parameter when it is set to False in the get_oai_tools method of agency_swarm/agents/agent.py. This change ensures correct functionality and compatibility with the Azure OpenAI API by eliminating conflicting configurations.
Description
This PR removes the
strict
parameter when it is set toFalse
in theget_oai_tools
method ofagency_swarm/agents/agent.py
. This change ensures correct functionality and compatibility with the Azure OpenAI API by eliminating conflicting configurations.Fixes #177