diff --git a/specification/draft/apps.mdx b/specification/draft/apps.mdx index 112fea5c..7c8d8a3b 100644 --- a/specification/draft/apps.mdx +++ b/specification/draft/apps.mdx @@ -506,10 +506,12 @@ Host SHOULD open the URL in the user's default browser or a new tab. method: "ui/message", params: { role: "user", - content: { - type: "text", - text: string - } + content: [ + { + type: "text", + text: string + } + ] } }