Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9c96a12

Browse files
authored
tool use notebook update
1 parent 3380477 commit 9c96a12

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

notebooks/Data_Analyst_Agent_Cohere_and_Langchain.ipynb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "raw",
5-
"metadata": {
6-
"id": "EUYMLmXAF3W1"
7-
},
4+
"cell_type": "markdown",
85
"source": [
96
"# Tool Use - Simple Data Analyst Agent with Cohere and Langchain\n",
107
"\n",
@@ -13,12 +10,8 @@
1310
"In this notebook, we'll see how we can use two tools to create a simple data analyst agent that is able to search the web and run code in a python interpreter. This agent uses Cohere's Command R+ mode and Langchain.\n",
1411
"\n",
1512
"\n",
16-
"![](https://raw.githubusercontent.com/cohere-ai/notebooks/main/notebooks/images/tool-use-notebook-header.png)"
17-
]
18-
},
19-
{
20-
"cell_type": "markdown",
21-
"source": [
13+
"![](https://raw.githubusercontent.com/cohere-ai/notebooks/main/notebooks/images/tool-use-notebook-header.png)\n",
14+
"\n",
2215
"# Environment\n",
2316
"Let's start by installing the required libraries"
2417
],

0 commit comments

Comments
 (0)