Tool for writing content to a file, completely overwriting any existing content.
Summary
Types
@type t() :: %Mojentic.LLM.Tools.WriteFileTool{ fs: Mojentic.LLM.Tools.FilesystemGateway.t() }
Functions
@spec new(Mojentic.LLM.Tools.FilesystemGateway.t()) :: t()