docs: update code interpreter tool table to reflect riza file upload support (#26960)

**Description:** Update the code interpreter tools feature table to
reflect Riza file upload support (blog announcement here:
https://riza.io/blog/adding-support-for-input-files-and-http-credentials)
**Issue:** N/A
**Dependencies:** N/A
This commit is contained in:
Andrew Benton 2024-09-29 09:04:07 -07:00 committed by GitHub
parent b2c315997c
commit ce2669cb56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ CODE_INTERPRETER_TOOL_FEAT_TABLE = {
"Riza Code Interpreter": {
"langauges": "Python, JavaScript, PHP, Ruby",
"sandbox_lifetime": "Resets on Execution",
"upload": False,
"upload": True,
"return_results": "Text",
"link": "/docs/integrations/tools/riza",
"self_hosting": True,