Writes content to a text file in the client's file system.
Only available if the client advertises the fs.writeTextFile capability. Allows the agent to create or modify files within the client's environment.
fs.writeTextFile
See protocol docs: Client
Optional
Extension point for implementations
The text content to write to the file.
Absolute path to the file to write.
The session ID for this request.
Writes content to a text file in the client's file system.
Only available if the client advertises the
fs.writeTextFilecapability. Allows the agent to create or modify files within the client's environment.See protocol docs: Client