Mojentic.LLM.Tools.FindLinesMatchingTool (Mojentic v1.2.0)

Copy Markdown View Source

Tool for finding all lines in a file matching a regex pattern.

Summary

Types

t()

@type t() :: %Mojentic.LLM.Tools.FindLinesMatchingTool{
  fs: Mojentic.LLM.Tools.FilesystemGateway.t()
}

Functions