Tool for listing files in a directory (non-recursive).
Summary
Types
@type t() :: %Mojentic.LLM.Tools.ListFilesTool{ fs: Mojentic.LLM.Tools.FilesystemGateway.t() }
Functions
@spec new(Mojentic.LLM.Tools.FilesystemGateway.t()) :: t()
Tool for listing files in a directory (non-recursive).
@type t() :: %Mojentic.LLM.Tools.ListFilesTool{ fs: Mojentic.LLM.Tools.FilesystemGateway.t() }
@spec new(Mojentic.LLM.Tools.FilesystemGateway.t()) :: t()