The problem when retrieving a remote file is that it’s processed as a text response and not ‘saved’ as a file in the chat storage. (First image below)
When using the code interpreter, it needs to recall the ‘text’ response and plug in the data ‘manually’ (Second image below)
Ideally I’d like the Custom GPT function call to retrieve the file and store it as a file that it can access from the code interpreter. Any thoughts or examples of achieving this?