docs/how_to/multimodal_inputs/ #27702
Replies: 5 comments
-
HI is there any lcel way of implementation of image input ? |
Beta Was this translation helpful? Give feedback.
-
is there a way to have chat history? and also automatic memory management using chains,runnables? |
Beta Was this translation helpful? Give feedback.
-
LCEL way: messages | llm |
Beta Was this translation helpful? Give feedback.
-
what about audio input? |
Beta Was this translation helpful? Give feedback.
-
If anyone wants to allow the agent to use multimodal output from a tool call (common scenario in complex tasks), for example, let the model capture a screenshot, check this discussion on how to do it: |
Beta Was this translation helpful? Give feedback.
-
docs/how_to/multimodal_inputs/
Here we demonstrate how to pass multimodal input directly to models.
https://python.langchain.com/docs/how_to/multimodal_inputs/
Beta Was this translation helpful? Give feedback.
All reactions