Skip to content

Commit 596a673

Browse files
chore(internal): sync tool docs after merge [skip ci]
1 parent 0d7151e commit 596a673

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/src/data/tools.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,10 @@
11161116
"properties": {
11171117
"object_id": {
11181118
"type": "Annotated[str, Field(description=\"Group identifier without 'group.' prefix (e.g., 'living_room_lights')\")]"
1119+
},
1120+
"wait": {
1121+
"type": "Annotated[bool | str, Field(description='Wait for group to be fully removed before returning. Default: True.', default=True)]",
1122+
"default": true
11191123
}
11201124
},
11211125
"required": [
@@ -1163,6 +1167,10 @@
11631167
"remove_entities": {
11641168
"type": "Annotated[list[str] | None, Field(description='Remove these entities from an existing group (mutually exclusive with entities)', default=None)]",
11651169
"default": null
1170+
},
1171+
"wait": {
1172+
"type": "Annotated[bool | str, Field(description='Wait for group to be queryable before returning. Default: True. Set to False for bulk operations.', default=True)]",
1173+
"default": true
11661174
}
11671175
},
11681176
"required": [

0 commit comments

Comments
 (0)