Agent Client Protocol - v0.5.1
Protocol Docs
GitHub
NPM
Preparing search index...
ReadTextFileResponse
Interface ReadTextFileResponse
Response containing the contents of a text file.
interface
ReadTextFileResponse
{
_meta
?:
{
[
k
:
string
]:
unknown
}
;
content
:
string
;
}
Index
Properties
_
meta?
content
Properties
Optional
_
meta
_meta
?:
{
[
k
:
string
]:
unknown
}
Extension point for implementations
content
content
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
meta
content
Protocol Docs
GitHub
NPM
Agent Client Protocol - v0.5.1
Loading...
Response containing the contents of a text file.