Path: /tools/toolkits/local/file
Docs: https://docs.agno.com/tools/toolkits/local/file
In the "Toolkit Params" section, the parameter is listed as enable_read_file_chunks (plural).
However, the actual implementation in file.py uses enable_read_file_chunk (singular):
https://github.com/agno-agi/agno/blob/main/libs/agno/agno/tools/file.py
Looks like a small documentation typo / parameter name mismatch.
Path:
/tools/toolkits/local/fileDocs: https://docs.agno.com/tools/toolkits/local/file
In the "Toolkit Params" section, the parameter is listed as
enable_read_file_chunks(plural).However, the actual implementation in
file.pyusesenable_read_file_chunk(singular):https://github.com/agno-agi/agno/blob/main/libs/agno/agno/tools/file.py
Looks like a small documentation typo / parameter name mismatch.