Skip to content

Commit a095832

Browse files
docs: fix typos in tool_feat_table.py (#31731)
1 parent df1a4c0 commit a095832

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/scripts/tool_feat_table.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,23 @@
7171

7272
CODE_INTERPRETER_TOOL_FEAT_TABLE = {
7373
"Bearly Code Interpreter": {
74-
"langauges": "Python",
74+
"languages": "Python",
7575
"sandbox_lifetime": "Resets on Execution",
7676
"upload": True,
7777
"return_results": "Text",
7878
"link": "/docs/integrations/tools/bearly",
7979
"self_hosting": False,
8080
},
8181
"Riza Code Interpreter": {
82-
"langauges": "Python, JavaScript, PHP, Ruby",
82+
"languages": "Python, JavaScript, PHP, Ruby",
8383
"sandbox_lifetime": "Resets on Execution",
8484
"upload": True,
8585
"return_results": "Text",
8686
"link": "/docs/integrations/tools/riza",
8787
"self_hosting": True,
8888
},
8989
"Azure Container Apps dynamic sessions": {
90-
"langauges": "Python",
90+
"languages": "Python",
9191
"sandbox_lifetime": "1 Hour",
9292
"upload": True,
9393
"return_results": "Text, Images",
@@ -350,7 +350,7 @@ def get_code_interpreter_table() -> str:
350350
"""Get the table of code interpreter tools."""
351351
header = [
352352
"tool",
353-
"langauges",
353+
"languages",
354354
"sandbox_lifetime",
355355
"upload",
356356
"return_results",

0 commit comments

Comments
 (0)