File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ def run_one_iteration(self) -> Literal["COMPLETE", "CONTINUE"]:
248248 # Generate a response from the model.
249249 if self ._verbose :
250250 with console .status (
251- "Generating response from Google Computer Use..." , spinner_style = None
251+ "Generating response from Gemini Computer Use..." , spinner_style = None
252252 ):
253253 try :
254254 response = self .get_model_response ()
@@ -299,7 +299,7 @@ def run_one_iteration(self) -> Literal["COMPLETE", "CONTINUE"]:
299299
300300 table = Table (expand = True )
301301 table .add_column (
302- "Google Computer Use Reasoning" , header_style = "magenta" , ratio = 1
302+ "Gemini Computer Use Reasoning" , header_style = "magenta" , ratio = 1
303303 )
304304 table .add_column ("Function Call(s)" , header_style = "cyan" , ratio = 1 )
305305 table .add_row (reasoning , "\n " .join (function_call_strs ))
You can’t perform that action at this time.
0 commit comments