Skip to content

Commit ee557a4

Browse files
committed
fix: ui/message accepts message array
1 parent f06340b commit ee557a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

specification/draft/apps.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,12 @@ Host SHOULD open the URL in the user's default browser or a new tab.
506506
method: "ui/message",
507507
params: {
508508
role: "user",
509-
content: {
510-
type: "text",
511-
text: string
512-
}
509+
content: [
510+
{
511+
type: "text",
512+
text: string
513+
}
514+
]
513515
}
514516
}
515517

0 commit comments

Comments
 (0)