mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 04:38:26 +00:00
docs: fix typos in tool_feat_table.py (#31731)
This commit is contained in:
parent
df1a4c0085
commit
a09583204c
@ -71,7 +71,7 @@ SEARCH_TOOL_FEAT_TABLE = {
|
|||||||
|
|
||||||
CODE_INTERPRETER_TOOL_FEAT_TABLE = {
|
CODE_INTERPRETER_TOOL_FEAT_TABLE = {
|
||||||
"Bearly Code Interpreter": {
|
"Bearly Code Interpreter": {
|
||||||
"langauges": "Python",
|
"languages": "Python",
|
||||||
"sandbox_lifetime": "Resets on Execution",
|
"sandbox_lifetime": "Resets on Execution",
|
||||||
"upload": True,
|
"upload": True,
|
||||||
"return_results": "Text",
|
"return_results": "Text",
|
||||||
@ -79,7 +79,7 @@ CODE_INTERPRETER_TOOL_FEAT_TABLE = {
|
|||||||
"self_hosting": False,
|
"self_hosting": False,
|
||||||
},
|
},
|
||||||
"Riza Code Interpreter": {
|
"Riza Code Interpreter": {
|
||||||
"langauges": "Python, JavaScript, PHP, Ruby",
|
"languages": "Python, JavaScript, PHP, Ruby",
|
||||||
"sandbox_lifetime": "Resets on Execution",
|
"sandbox_lifetime": "Resets on Execution",
|
||||||
"upload": True,
|
"upload": True,
|
||||||
"return_results": "Text",
|
"return_results": "Text",
|
||||||
@ -87,7 +87,7 @@ CODE_INTERPRETER_TOOL_FEAT_TABLE = {
|
|||||||
"self_hosting": True,
|
"self_hosting": True,
|
||||||
},
|
},
|
||||||
"Azure Container Apps dynamic sessions": {
|
"Azure Container Apps dynamic sessions": {
|
||||||
"langauges": "Python",
|
"languages": "Python",
|
||||||
"sandbox_lifetime": "1 Hour",
|
"sandbox_lifetime": "1 Hour",
|
||||||
"upload": True,
|
"upload": True,
|
||||||
"return_results": "Text, Images",
|
"return_results": "Text, Images",
|
||||||
@ -350,7 +350,7 @@ def get_code_interpreter_table() -> str:
|
|||||||
"""Get the table of code interpreter tools."""
|
"""Get the table of code interpreter tools."""
|
||||||
header = [
|
header = [
|
||||||
"tool",
|
"tool",
|
||||||
"langauges",
|
"languages",
|
||||||
"sandbox_lifetime",
|
"sandbox_lifetime",
|
||||||
"upload",
|
"upload",
|
||||||
"return_results",
|
"return_results",
|
||||||
|
Loading…
Reference in New Issue
Block a user