We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a360a5 + f427e03 commit e47b91cCopy full SHA for e47b91c
1 file changed
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