mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
correction to reference to code (#8301)
- Description: fixes typo referencing code --------- Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
parent
83a53e2126
commit
ad38eb2d50
@ -34,7 +34,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Using ZERO_SHOT_REACT_DESCRIPTION\n",
|
"## Using ZERO_SHOT_REACT_DESCRIPTION\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This shows how to initialize the agent using the ZERO_SHOT_REACT_DESCRIPTION agent type. Note that this is an alternative to the above."
|
"This shows how to initialize the agent using the ZERO_SHOT_REACT_DESCRIPTION agent type."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -271,7 +271,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.1"
|
"version": "3.11.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user