Skip to content

Commit f286afd

Browse files
authored
feat: add mcp boolean option to Features #78 (#79)
1 parent 1596827 commit f286afd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aidial_client/types/deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Features(ExtraAllowModel):
2525
cache: Optional[bool] = None
2626
auto_caching: Optional[bool] = None
2727
assistant_attachments_in_request: Optional[bool] = None
28+
mcp: Optional[bool] = None
2829

2930

3031
class DeploymentBase(ExtraAllowModel):

0 commit comments

Comments
 (0)