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