fix: bug
This commit is contained in:
parent
2bcddedca5
commit
0af7dc7699
@ -84,9 +84,7 @@ class AIProcessor:
|
||||
ai.compute.take_screenshot()
|
||||
)
|
||||
|
||||
outputs.append(
|
||||
*self.process(nextsteps, img)
|
||||
)
|
||||
outputs.extend( x for x in self.process(nextsteps, img) )
|
||||
return [
|
||||
{
|
||||
"name": tc.function.name,
|
||||
|
Loading…
Reference in New Issue
Block a user