Enables agents to read files stored locally
file_read.read_file(file_path: str) -> str
file_path
(str): Path to the file to readstr
: The contents of the file as a stringFileNotFoundError
: If the file does not existPermissionError
: If the file cannot be accessedException
: For other file reading errors