From ce2669cb56f1fb750e693ce364bb114aa52e0d45 Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Sun, 29 Sep 2024 09:04:07 -0700 Subject: [PATCH] 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 --- docs/scripts/tool_feat_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index 261b8c8b8f6a1..a71843a75286e 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -81,7 +81,7 @@ "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,