From fb7e66b809a685f28b5f5b4c5885622b246d06ec Mon Sep 17 00:00:00 2001 From: Antonio Mindov Date: Mon, 15 Jan 2024 20:35:26 +0200 Subject: [PATCH] docs: fix typo in inspect runnables docs (#15994) - **Description:** Fixing a typo related to prompts in the inspecting runnables docs --- docs/docs/expression_language/how_to/inspect.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/how_to/inspect.ipynb b/docs/docs/expression_language/how_to/inspect.ipynb index e50d976d5f2..d680530e4e6 100644 --- a/docs/docs/expression_language/how_to/inspect.ipynb +++ b/docs/docs/expression_language/how_to/inspect.ipynb @@ -177,7 +177,7 @@ "source": [ "## Get the prompts\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:" ] }, {