Skip to content

Commit 87351f4

Browse files
minor fixes in T1 read me and spell check,
1 parent a25b291 commit 87351f4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tutorials/1_launch_interactive_agent/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Once uv is installed, run the following command:
1313
```bash
1414
git clone https://github.com/ServiceNow/AgentLab.git
1515
cd AgentLab
16-
git checkout tutorial
1716
uv run playwright install
1817
```
1918
> **Note**: Sometimes, playwright may prompt you to install additional dependencies using `playwright install-deps`.

tutorials/3_prompt_injection/prompt_injection.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 2,
25+
"execution_count": null,
2626
"id": "6f2843a0",
2727
"metadata": {},
2828
"outputs": [
@@ -496,7 +496,7 @@
496496
"prompt_id = 2\n",
497497
"prompt_path = Path(\".\") / f\"prompt_{prompt_id}.txt\"\n",
498498
"\n",
499-
"# typical prompt of Generica Agent for a task of WebArena\n",
499+
"# typical prompt of Generic Agent for a task of WebArena\n",
500500
"# contains {injection} text ready to be formatted with an attack\n",
501501
"prompt = prompt_path.read_text()\n",
502502
"print(prompt)"
@@ -1164,7 +1164,7 @@
11641164
],
11651165
"metadata": {
11661166
"kernelspec": {
1167-
"display_name": "AgentLab",
1167+
"display_name": "agentlab",
11681168
"language": "python",
11691169
"name": "python3"
11701170
},
@@ -1178,7 +1178,7 @@
11781178
"name": "python",
11791179
"nbconvert_exporter": "python",
11801180
"pygments_lexer": "ipython3",
1181-
"version": "3.12.7"
1181+
"version": "3.12.9"
11821182
}
11831183
},
11841184
"nbformat": 4,

0 commit comments

Comments
 (0)