Skip to content

Commit b18bcfb

Browse files
authored
Update model reference (google-gemini#57)
1 parent a54a23e commit b18bcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)