From 5c5f42d1e5f4499853985dd6b08a6ad59a3b8a89 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Wed, 11 Dec 2024 14:21:52 -0800 Subject: [PATCH] Fix prompt driver images example --- docs/griptape-framework/drivers/prompt-drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/griptape-framework/drivers/prompt-drivers.md b/docs/griptape-framework/drivers/prompt-drivers.md index 9df4aae0a..6c51d2d01 100644 --- a/docs/griptape-framework/drivers/prompt-drivers.md +++ b/docs/griptape-framework/drivers/prompt-drivers.md @@ -22,7 +22,7 @@ Or use them independently: You can pass images to the Driver if the model supports it: ```python ---8<-- "docs/griptape-framework/drivers/src/prompt_driver_images.py" +--8<-- "docs/griptape-framework/drivers/src/prompt_drivers_images.py" ``` ## Prompt Drivers