Agent Client Protocol - v0.5.1
Protocol Docs
GitHub
NPM
Preparing search index...
TextResourceContents
Interface TextResourceContents
Text-based resource contents.
interface
TextResourceContents
{
_meta
?:
{
[
k
:
string
]:
unknown
}
;
mimeType
?:
string
|
null
;
text
:
string
;
uri
:
string
;
}
Index
Properties
_
meta?
mime
Type?
text
uri
Properties
Optional
_
meta
_meta
?:
{
[
k
:
string
]:
unknown
}
Extension point for implementations
Optional
mime
Type
mimeType
?:
string
|
null
text
text
:
string
uri
uri
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
meta
mime
Type
text
uri
Protocol Docs
GitHub
NPM
Agent Client Protocol - v0.5.1
Loading...
Text-based resource contents.