We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785b819 commit 5e01b61Copy full SHA for 5e01b61
cohere_compass/__init__.py
@@ -52,3 +52,4 @@ class GroupAuthorizationInput(BaseModel):
52
document_ids: list[str]
53
authorized_groups: list[str]
54
action: GroupAuthorizationActions
55
+ wait_for_completion: bool = False
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cohere-compass-sdk"
3
-version = "2.5.0"
+version = "2.5.1"
4
authors = []
5
description = "Cohere Compass SDK"
6
readme = "README.md"
0 commit comments