Add missing comma in example code

This commit is contained in:
James Murdza
2025-08-26 13:06:44 -04:00
parent 886b749d5e
commit afe01ff831

View File

@@ -302,7 +302,7 @@
"source": [
"# Create agent with Anthropic loop and provider\n",
"agent = ComputerAgent(\n",
" model=\"openai/computer-use-preview\"\n",
" model=\"openai/computer-use-preview\",\n",
" tools=[computer],\n",
" trajectory_dir=str(Path(\"trajectories\")),\n",
" only_n_most_recent_images=3,\n",