We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7de988 commit 72f3b68Copy full SHA for 72f3b68
1 file changed
cecli/coders/agent_coder.py
@@ -95,7 +95,6 @@ def __init__(self, *args, **kwargs):
95
ToolRegistry.build_registry(agent_config=self.agent_config)
96
super().__init__(*args, **kwargs)
97
98
-
99
async def send(self, messages, model=None, functions=None, tools=None):
100
if not model:
101
if self.main_model.agent_model and self.main_model.agent_model is not self.main_model:
0 commit comments