mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
Fixed typo on quickstart.ipynb (#16482)
- **Description:** Quick typo fix: `inpect` >> `inspect` - **Issue:** N/A - **Dependencies:** any dependencies required for this change, - **Twitter handle:** @geoffdudgeon
This commit is contained in:
parent
e529939c54
commit
26b2ad6d5b
@ -189,7 +189,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"We can look at the [LangSmith trace](https://smith.langchain.com/public/c8fa52ea-be46-4829-bde2-52894970b830/r) to get a better understanding of what this chain is doing. We can also inpect the chain directly for its prompts. Looking at the prompt (below), we can see that it is:\n",
|
"We can look at the [LangSmith trace](https://smith.langchain.com/public/c8fa52ea-be46-4829-bde2-52894970b830/r) to get a better understanding of what this chain is doing. We can also inspect the chain directly for its prompts. Looking at the prompt (below), we can see that it is:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* Dialect-specific. In this case it references SQLite explicitly.\n",
|
"* Dialect-specific. In this case it references SQLite explicitly.\n",
|
||||||
"* Has definitions for all the available tables.\n",
|
"* Has definitions for all the available tables.\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user