struct
ACP::Protocol::FsCapabilities
- ACP::Protocol::FsCapabilities
- Struct
- Value
- Object
Overview
File-system capabilities the client can provide to the agent. See: https://agentclientprotocol.com/protocol/file-system
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/capabilities.crConstructors
Instance Method Summary
-
#read_text_file : Bool
Whether the client can read text files on behalf of the agent.
-
#read_text_file=(read_text_file : Bool)
Whether the client can read text files on behalf of the agent.
-
#write_text_file : Bool
Whether the client can write text files on behalf of the agent.
-
#write_text_file=(write_text_file : Bool)
Whether the client can write text files on behalf of the agent.
Constructor Detail
Instance Method Detail
Whether the client can read text files on behalf of the agent.
Enables the fs/read_text_file method.
Whether the client can read text files on behalf of the agent.
Enables the fs/read_text_file method.
Whether the client can write text files on behalf of the agent.
Enables the fs/write_text_file method.
Whether the client can write text files on behalf of the agent.
Enables the fs/write_text_file method.