Skip to content

Commit

Permalink
docs: update code interpreter tool table to reflect riza file upload …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
andrewmbenton authored Sep 29, 2024
1 parent b2c3159 commit ce2669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/tool_feat_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce2669c

Please sign in to comment.