RegexSearchTool
class RegexSearchTool<Path>(fs: FileSystemProvider.ReadOnly<Path>) : Tool<RegexSearchTool.Args, RegexSearchTool.Result> (source)
Regular expression based content search tool.
Use to find occurrences of a regex pattern across text files under a path.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend override fun execute(args: RegexSearchTool.Args, metadata: ToolCallMetadata): RegexSearchTool.Result
Link copied to clipboard