There was an error while loading. Please reload this page.
1 parent 1596827 commit f286afdCopy full SHA for f286afd
1 file changed
aidial_client/types/deployment.py
@@ -25,6 +25,7 @@ class Features(ExtraAllowModel):
25
cache: Optional[bool] = None
26
auto_caching: Optional[bool] = None
27
assistant_attachments_in_request: Optional[bool] = None
28
+ mcp: Optional[bool] = None
29
30
31
class DeploymentBase(ExtraAllowModel):
0 commit comments