From 3482767794f1847c0d0b4a37cd9026dca35569b6 Mon Sep 17 00:00:00 2001 From: Hadi Date: Wed, 6 Aug 2025 08:22:34 -0400 Subject: [PATCH] Update function_type.py --- aixplain/enums/function_type.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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