Request to send a message to the host's chat interface.
Sent from the Guest UI to the Host when the app wants to add a message to the conversation thread. This enables interactive apps to communicate with the user through the host's chat interface.
app.App.sendMessage for the method that sends this request
Message content blocks (text, image, etc.)
Message role, currently only "user" is supported
Request to send a message to the host's chat interface.
Sent from the Guest UI to the Host when the app wants to add a message to the conversation thread. This enables interactive apps to communicate with the user through the host's chat interface.
See
app.App.sendMessage for the method that sends this request