Module: AgentClientProtocol::Schema::ToolKind
- Defined in:
- lib/agent_client_protocol/schema/types.rb
Constant Summary collapse
- READ =
"read".freeze
- EDIT =
"edit".freeze
- DELETE =
"delete".freeze
- MOVE =
"move".freeze
- SEARCH =
"search".freeze
- EXECUTE =
"execute".freeze
- THINK =
"think".freeze
- FETCH =
"fetch".freeze
- SWITCH_MODE =
"switch_mode".freeze
- OTHER =
"other".freeze
- ALL =
[READ, EDIT, DELETE, MOVE, SEARCH, EXECUTE, THINK, FETCH, SWITCH_MODE, OTHER].freeze