Expand description
Tools using llm_coding_tools_core::path::AbsolutePathResolver.
These tools require absolute paths and perform no directory restriction. Use for unrestricted file system access.
§Available Tools
Structs§
- Edit
Args - Arguments for file editing.
- Edit
Tool - Tool for making exact string replacements in files.
- Glob
Args - Arguments for the glob tool.
- Glob
Tool - Tool for finding files matching glob patterns.
- Grep
Args - Arguments for the grep tool.
- Grep
Tool - Tool for searching file contents using regex patterns.
- Read
Args - Arguments for the read file tool.
- Read
Tool - Tool for reading file contents with optional line numbers.
- Write
Tool - Tool for writing content to files.
- Write
Tool Args - Arguments for the write tool.
Enums§
- Edit
Error - Errors specific to edit operations.