Tool tree
Chrome Labs mystery doors demo
openDoor1act
Open the first mystery door. Only one door can be chosen.
View tool JSON
{
"name": "openDoor1",
"kind": "act",
"impl": "declarative",
"description": "Open the first mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}openDoor2act
Open the second mystery door. Only one door can be chosen.
View tool JSON
{
"name": "openDoor2",
"kind": "act",
"impl": "declarative",
"description": "Open the second mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}openDoor3act
Open the third mystery door. Only one door can be chosen.
View tool JSON
{
"name": "openDoor3",
"kind": "act",
"impl": "declarative",
"description": "Open the third mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}