mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
remove todo
This commit is contained in:
parent
ceaa82bbc9
commit
687f63856f
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user