File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949interface HtmlResourceBlock {
5050 type: ' resource' ;
5151 resource: {
52- uri: string ; // ui://component/id"
52+ uri: string ; // ui://component/id
5353 mimeType: ' text/html' | ' text/uri-list' ; // text/html for HTML content, text/uri-list for URL content
5454 text? : string ; // Inline HTML or external URL
5555 blob? : string ; // Base64-encoded HTML or URL
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949interface HtmlResourceBlock {
5050 type: ' resource' ;
5151 resource: {
52- uri: string ; // ui://component/id"
52+ uri: string ; // ui://component/id
5353 mimeType: ' text/html' | ' text/uri-list' ; // text/html for HTML content, text/uri-list for URL content
5454 text? : string ; // Inline HTML or external URL
5555 blob? : string ; // Base64-encoded HTML or URL
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949interface HtmlResourceBlock {
5050 type: ' resource' ;
5151 resource: {
52- uri: string ; // ui://component/id"
52+ uri: string ; // ui://component/id
5353 mimeType: ' text/html' | ' text/uri-list' ; // text/html for HTML content, text/uri-list for URL content
5454 text? : string ; // Inline HTML or external URL
5555 blob? : string ; // Base64-encoded HTML or URL
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949interface HtmlResourceBlock {
5050 type: ' resource' ;
5151 resource: {
52- uri: string ; // ui://component/id"
52+ uri: string ; // ui://component/id
5353 mimeType: ' text/html' | ' text/uri-list' ; // text/html for HTML content, text/uri-list for URL content
5454 text? : string ; // Inline HTML or external URL
5555 blob? : string ; // Base64-encoded HTML or URL
You can’t perform that action at this time.
0 commit comments