diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index 4a57079e00a..d0f2a134ff7 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -71,7 +71,7 @@ SEARCH_TOOL_FEAT_TABLE = { CODE_INTERPRETER_TOOL_FEAT_TABLE = { "Bearly Code Interpreter": { - "langauges": "Python", + "languages": "Python", "sandbox_lifetime": "Resets on Execution", "upload": True, "return_results": "Text", @@ -79,7 +79,7 @@ CODE_INTERPRETER_TOOL_FEAT_TABLE = { "self_hosting": False, }, "Riza Code Interpreter": { - "langauges": "Python, JavaScript, PHP, Ruby", + "languages": "Python, JavaScript, PHP, Ruby", "sandbox_lifetime": "Resets on Execution", "upload": True, "return_results": "Text", @@ -87,7 +87,7 @@ CODE_INTERPRETER_TOOL_FEAT_TABLE = { "self_hosting": True, }, "Azure Container Apps dynamic sessions": { - "langauges": "Python", + "languages": "Python", "sandbox_lifetime": "1 Hour", "upload": True, "return_results": "Text, Images", @@ -350,7 +350,7 @@ def get_code_interpreter_table() -> str: """Get the table of code interpreter tools.""" header = [ "tool", - "langauges", + "languages", "sandbox_lifetime", "upload", "return_results",