Skip to content

Commit 7a84ceb

Browse files
committed
fix
1 parent 91d0c45 commit 7a84ceb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/prompt_engineering/how_to_guides/multimodal_content.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 7
33
---
44

5-
# Include multimodal content
5+
# Include multimodal content in a prompt
66

77
Some applications are based around multimodal content, like a chatbot that can answer questions about a PDF or image.
88
In these cases, you'll want to include multimodal content in your prompt and test the model's ability to answer questions about the content.
@@ -14,6 +14,10 @@ The LangSmith Playground supports two methods for incorporating multimodal conte
1414
- Test how the model handles different inputs
1515
- Create reusable prompts that work with varying content
1616

17+
:::note
18+
Not all models support multimodal content. Before using multimodal features in the playground, make sure your selected model supports the file types you want to use.
19+
:::
20+
1721
## Inline content
1822

1923
Click the file icon in the message where you want to add multimodal content.

0 commit comments

Comments
 (0)