File <fileId> not found when incrementing refcount
I store and register the file with the documentToMarkdownAgent like so:
Later, I want to reference the fileId with the summary agent when using it to summarise the document
This step triggers the error: File <fileId> not found when incrementing refcount.
When checking the files table under the documentToMarkdownAgent in the dashboard, I can see the file and the right id that is claimed not to be found. I can also see the refCount being updated when referencing it with the documentToMarkdownAgent.
Am I doing anything wrong here?
