mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 02:03:44 +00:00
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:
parent
b2c315997c
commit
ce2669cb56
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user