remove todo

This commit is contained in:
Xingyao Wang 2024-10-28 17:29:49 -04:00
parent ceaa82bbc9
commit 687f63856f

View File

@ -345,7 +345,6 @@ class CodeActAgent(Agent):
]
response = self.llm.completion(**params)
# TODO: potentially handle MULTIPLE tool calls per response
if self.config.function_calling:
actions = codeact_function_calling.response_to_actions(response)
for action in actions: