docs: fix typo in inspect runnables docs (#15994)

- **Description:** Fixing a typo related to prompts in the inspecting
runnables docs
This commit is contained in:
Antonio Mindov 2024-01-15 20:35:26 +02:00 committed by GitHub
parent c0773ab329
commit fb7e66b809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@
"source": [ "source": [
"## Get the prompts\n", "## Get the prompts\n",
"\n", "\n",
"An important part of every chain is the prompts that are used. You can get the graphs present in the chain:" "An important part of every chain is the prompts that are used. You can get the prompts present in the chain:"
] ]
}, },
{ {