Reads content from a text file in the client's file system.
Only available if the client advertises the fs.readTextFile capability. Allows the agent to access file contents within the client's environment.
fs.readTextFile
See protocol docs: Client
Optional
Extension point for implementations
Maximum number of lines to read.
Line number to start reading from (1-based).
Absolute path to the file to read.
The session ID for this request.
Reads content from a text file in the client's file system.
Only available if the client advertises the
fs.readTextFilecapability. Allows the agent to access file contents within the client's environment.See protocol docs: Client