readBinaryFile
readBinaryFile(
filePath,maxSize,mimeType):Promise<BinaryReadResult>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/tools/binaryUtils.ts:61
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
maxSize
Section titled “maxSize”number
mimeType
Section titled “mimeType”string
Returns
Section titled “Returns”Promise<BinaryReadResult>