Hello everyone
Is it possible that when the assistant creates a file with code interpreter it gets not only the sanxbox url but also the file id for the output in the same run after it has created it?
Thanks for your answers
Hello everyone
Is it possible that when the assistant creates a file with code interpreter it gets not only the sanxbox url but also the file id for the output in the same run after it has created it?
Thanks for your answers
You can have its output parsed live and skip the I’d step and keep your own internal copies
Currently, when the code interpreter (Python environment) creates a file, it typically provides a sandbox URL to download or view the file, but it doesn’t directly provide a file ID in the same output. The environment is designed to focus on creating and providing access to the file, so if you need an ID or another specific identifier, you might need to handle that separately or manually assign one within the script.
However, you can always parse the sandbox URL or generate your own ID to manage files more efficiently in your workflow. If you have more specific needs or are dealing with a complex system where file management is critical, you might want to implement a custom solution that tracks these files beyond the built-in capabilities.
I’m available if you need help with the application.