I have an agent that gets information and outputs it into markdown format. I want to be able to convert this to a markdown file and upload it to and s3 bucket.
I tried to just make the file name test.md within an s3 node, and make the content the agent’s output. But it still isnt uploaded as an md file to s3. Any suggestions?
Interesting. Well the S3 node does have the name of the file specified, not sure where it even gets the txt from. So is the name test.txtor test.md.txt? Is this behaviour consistent? If you delete the file and re-run the workflow it creates it again?