We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a360a5 commit f427e03Copy full SHA for f427e03
src/backend/sql_agents/helpers/comms_manager.py
@@ -79,6 +79,8 @@ async def select_agent(self, agents, history):
79
),
80
None,
81
)
82
+ # No matching case found, so explicitly return None
83
+ return None
84
85
# class for termination strategy
86
class ApprovalTerminationStrategy(TerminationStrategy):
0 commit comments