demo · Playgrounds & Games · JSON · API for agents
Open the first mystery door. Only one door can be chosen.
{
"name": "openDoor1",
"kind": "action",
"impl": "declarative",
"description": "Open the first mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}Open the second mystery door. Only one door can be chosen.
{
"name": "openDoor2",
"kind": "action",
"impl": "declarative",
"description": "Open the second mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}Open the third mystery door. Only one door can be chosen.
{
"name": "openDoor3",
"kind": "action",
"impl": "declarative",
"description": "Open the third mystery door. Only one door can be chosen.",
"inputSchema": {
"type": "object",
"properties": {}
}
}