Skip to content

Commit 5686491

Browse files
committed
refactor (compass.ipynb): format + delete output
1 parent c8c0e60 commit 5686491

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

docs/docs/integrations/tools/compass.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
]
1212
},
1313
{
14-
"cell_type": "markdown",
15-
"id": "e49f1e0d",
1614
"metadata": {},
15+
"cell_type": "markdown",
1716
"source": [
1817
"# Compass LangChain Toolkit\n",
1918
"\n",
@@ -51,7 +50,8 @@
5150
"1. Install the langchain package\n",
5251
"2. Import and instantiate the toolkit\n",
5352
"3. Pass the tools to your agent with `toolkit.get_tools()`"
54-
]
53+
],
54+
"id": "e49f1e0d"
5555
},
5656
{
5757
"cell_type": "markdown",
@@ -65,7 +65,6 @@
6565
},
6666
{
6767
"cell_type": "code",
68-
"execution_count": null,
6968
"id": "652d6238",
7069
"metadata": {},
7170
"source": "%pip install -qU langchain-compass",
@@ -83,9 +82,6 @@
8382
]
8483
},
8584
{
86-
"cell_type": "code",
87-
"execution_count": null,
88-
"id": "444ad01ad7bc6677",
8985
"metadata": {},
9086
"cell_type": "code",
9187
"source": [
@@ -108,7 +104,6 @@
108104
},
109105
{
110106
"cell_type": "code",
111-
"execution_count": null,
112107
"id": "51a60dbe",
113108
"metadata": {},
114109
"source": [
@@ -131,7 +126,6 @@
131126
},
132127
{
133128
"cell_type": "code",
134-
"execution_count": null,
135129
"id": "310bf18e",
136130
"metadata": {},
137131
"source": [
@@ -154,7 +148,6 @@
154148
},
155149
{
156150
"cell_type": "code",
157-
"execution_count": null,
158151
"id": "d1ee55bc",
159152
"metadata": {},
160153
"source": [
@@ -178,7 +171,6 @@
178171
},
179172
{
180173
"cell_type": "code",
181-
"execution_count": null,
182174
"id": "f8a2c4b1",
183175
"metadata": {},
184176
"source": [
@@ -200,7 +192,6 @@
200192
},
201193
{
202194
"cell_type": "code",
203-
"execution_count": null,
204195
"id": "c9a8e4f3",
205196
"metadata": {},
206197
"source": [

0 commit comments

Comments
 (0)