diff --git a/aixplain/enums/function_type.py b/aixplain/enums/function_type.py index f09d87e2..4117f224 100644 --- a/aixplain/enums/function_type.py +++ b/aixplain/enums/function_type.py @@ -34,4 +34,5 @@ class FunctionType(Enum): INTEGRATION = "connector" CONNECTION = "connection" MCP_CONNECTION = "mcpconnection" - MCPSERVER = "mcpserver" \ No newline at end of file + MCPSERVER = "mcpserver" + MCPSERVERSAS = "mcpserversas" \ No newline at end of file