Closed bonk1t closed 5 months ago
In this line: https://github.com/VRSEN/agency-swarm/blob/48f57bff6b88858243cc1712b0709dd8b39e056e/agency_swarm/agents/agent.py#L185
We need to check if the temperature is not None instead of performing a boolean check.
Fixed, awesome!
In this line: https://github.com/VRSEN/agency-swarm/blob/48f57bff6b88858243cc1712b0709dd8b39e056e/agency_swarm/agents/agent.py#L185
We need to check if the temperature is not None instead of performing a boolean check.