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
or as separate messages that don't allow parts inside
TextMessage
ImageMessage
ToolUseMessage
ToolResultMessage
BlobMessage // allow you to specify a MimeType
VideoMessage
When the user returns multiple parts, we just use two messages in a row
OpenAI also has changes to the message structure in the Realtime API
I will add to this taking into account the changes in the OpenAI Realtime API
The text was updated successfully, but these errors were encountered:
https://python.langchain.com/docs/how_to/multimodal_inputs/
There are currently several leading approaches to presenting a series of messages:
I like the simplicity of Anthropic, but I would change Block to ContentPart
So far in LangChain I see it as:
or as separate messages that don't allow parts inside
OpenAI also has changes to the message structure in the Realtime API
I will add to this taking into account the changes in the OpenAI Realtime API
The text was updated successfully, but these errors were encountered: