File Tools
Read and Write file tools. Extend FileReadTools for safe read only use
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Append content to a file, creating it if it doesn't exist. If create is true, the file will be created if it doesn't exist. If createIfNotExists is false, an exception will be thrown if the file doesn't exist.
Link copied to clipboard
Expose the ToolGroup as an interface
Link copied to clipboard
Link copied to clipboard
Create a file at the relative path under the root
Create a file with the given content.
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
Use for safe reading of files. Returns null if the file doesn't exist or is not readable.