# `Mojentic.LLM.Tools.FindLinesMatchingTool`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/llm/tools/file_manager.ex#L602)

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

# `t`

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

# `new`

```elixir
@spec new(Mojentic.LLM.Tools.FilesystemGateway.t()) :: t()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
