You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prompt_engineering/how_to_guides/multimodal_content.mdx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
sidebar_position: 7
3
3
---
4
4
5
-
# Include multimodal content
5
+
# Include multimodal content in a prompt
6
6
7
7
Some applications are based around multimodal content, like a chatbot that can answer questions about a PDF or image.
8
8
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
14
14
- Test how the model handles different inputs
15
15
- Create reusable prompts that work with varying content
16
16
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
+
17
21
## Inline content
18
22
19
23
Click the file icon in the message where you want to add multimodal content.
0 commit comments