Skip to content

Commit

Permalink
updated notebook for independent multion runs
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jun 11, 2024
1 parent 7290aae commit c329336
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/multion/Step_by_step_web_browsing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"metadata": {},
"source": [
"# Session streaming\n",
"In this example, we'll use MultiOn to stream individual steps to accomplish a task. To track your runs in the AgentOps dashboard, specify an `agentops_api_key` when initializing `MultiOn()`"
"In this example, we'll use MultiOn to stream individual steps to accomplish a task. To track your runs in the AgentOps dashboard, specify an `agentops_api_key` when initializing `MultiOn()`\n",
"\n",
"You can run MultiOn without running `agentops.init()`. However, you will only see events from MultiOn, and not any from your own agent.\n"
]
},
{
Expand Down

0 comments on commit c329336

Please sign in to comment.