input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Tony Hawk's Pro Skater 3 is a sports game from 2001 by Neversoft Entertainment. In it, you perform skate-boarding tricks from a third person view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tony Hawk's Pro Skater 3", "release_year": 2001, "developer": "Neversoft Entertainment", "genres": ["sport"], "player_perspective": ["third person"]}} | 0c51e6ff-7f79-427e-88ea-72e8ca92a956 |
What's the oldest game you like? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "oldest"}} | 82dad3af-53d8-40e6-ac50-bc25f4f48d99 |
Half-Life 2 is an excellent first person shooter game that doesn't offer a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Half-Life 2", "rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 793eb0b5-d450-4950-aeb6-0955650c28ad |
If you're interested in a tactical, strategy, bird view game, try Commandos: Behind Enemy Lines. It was released by Pyro Studios in 1998 for PC. It is not on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Commandos: Behind Enemy Lines", "release_year": 1998, "developer": "Pyro Studios", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | f97580a2-891b-4dbc-bd7c-6536509a0504 |
Mass Effect 2 was an amazing game that combined action and adventure, RPG, and shooting elements to the delight of fans and critics in 2010. The game is limited to a third person perspective, and unfortunately there is no multiplayer function. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mass Effect 2", "release_year": 2010, "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 7f5e7ebf-7562-4237-8ca4-cb345a90fece |
What do you think is the worst looking video game that you know of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "worst looking"}} | 10774065-8bab-42c4-a7bd-10d61a6183a1 |
Half-Life 2 is a first person shooter developed by Valve Corporation. The game received excellent reviews despite its lack of multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Half-Life 2", "rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 45d4a124-1880-4983-9381-1ff81edcc80e |
If you like side view platformer games then you should try the Nintendo video game created by the Nintendo EAD team called Super Mario World. It has an excellent rating and is rated by the ESRB as E (for Everyone). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}} | 8a35b466-81fe-46b4-8679-b9343a1d3655 |
Worms: Reloaded is a strategy platformer game. This action game is available for PC on both Mac and Linux platforms. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "genres": ["action", "platformer", "strategy"], "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}} | d1df18f4-30a9-465f-99c7-7e2e45ca4aad |
Have you played any first person perspective games lately that you would say are really absorbing? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "absorbing"}} | a6e41d40-282a-4db3-8938-a67bfb99745f |
I remember you mentioned that you found Rollcage to be average. Do you typically fail to be impressed by PC games from 1999? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "platforms": ["PC"]}} | f4219f78-014b-4bea-9e41-142db4aa915e |
StarCraft is a fun real-time strategy from 1998. It has a bird view and features a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "release_year": 1998, "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | b8eaec39-2f19-4356-960b-44d6cda80a16 |
The Forest of Doom is a text adventure RPG released by Tin Man Games. Naturally, there is no multiplayer, but the game is available on Steam for PC, Mac, and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "genres": ["role-playing", "text adventure"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 801331b5-7290-4ca2-8fa1-1f39a99e01d0 |
Do you know of a PlayStation game that has really stunning graphics? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "stunning"}} | c7d6057c-4640-4926-bfc5-9578fea66019 |
You said just now that Rollcage was an okay game but could have been better. I'm curious, do you have the same feeling about the games released for the PC in 1999 in general? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "platforms": ["PC"]}} | fe2fe952-cdeb-4286-b6a5-2c5961fdc757 |
Football Manager 2015 came out in 2014 and is a sport simulation strategy game. The game can be played multiplayer if you want. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "genres": ["simulation", "sport", "strategy"], "has_multiplayer": true}} | 74d3649b-55ce-45a5-81fc-fb2c44b1fb4a |
Are there any games you like to play on PlayStation that are relaxing? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "relaxing"}} | e61f7739-9c7e-4198-944b-61d99830d5e9 |
You said that Rollcage was just okay. Is this the case for all PC games from 1999? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "platforms": ["PC"]}} | dae08f6e-ad1c-4d6e-8f22-0ef367197acf |
Ori and the Blind Forest by Moon Studios is a single-player adventure, puzzle platformer. It has excellent ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Ori and the Blind Forest", "developer": "Moon Studios", "rating": "excellent", "genres": ["adventure", "platformer", "puzzle"], "has_multiplayer": false}} | a9edbdb6-a6a7-4216-b6a4-8226a5b1caf2 |
Metroid Prime Pinball is an average pinball puzzle game that came out in 2005 from Fuse Games for Nintendo only. This game is rated E (for Everyone) and has multiplayer functionality. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "esrb": "E (for Everyone)", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 990482ee-184b-4f5d-a641-5d5acb79665b |
Is there a game you can think of that you'd say is very realistic? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "realistic"}} | 0ac98978-b3e1-4513-b4e1-33bdc827ada7 |
You said that you disliked Need for Speed: Payback. Do you therefore dislike other Ghost Games releases from 2017? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "developer": "Ghost Games", "rating": "poor"}} | 47297e98-e717-4a29-b543-6f82f44cd0dc |
While we're on the subject of games that Capcom Production Studio 4 made for Nintendo, have you heard of Resident Evil 4? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Resident Evil 4", "developer": "Capcom Production Studio 4", "platforms": ["Nintendo"]}} | f752a343-4d2e-4c01-b714-0d6a86eb2682 |
Rollcage is an action racing game developed by Attention To Detail. The game is rated E (for Everyone) and was released to average critic scores. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rollcage", "developer": "Attention To Detail", "esrb": "E (for Everyone)", "rating": "average", "genres": ["action", "driving/racing"]}} | d7921924-527c-4933-b210-cd2fc51885b8 |
Have you played any cheap games that you enjoyed? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "cheap"}} | aed111d5-f58f-4768-bd16-65627770c7d2 |
You seem to have really not liked Need for Speed: Payback from 2017. Do you normally feel so strongly about other similar games released by Ghost Games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "developer": "Ghost Games", "rating": "poor"}} | 0ce547e8-0e22-4b52-aea5-fc84a3c16e11 |
I know you use Steam a lot, so I wonder if you've tried The Wolf Among Us. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "available_on_steam": true}} | 10b1c5f0-9f29-4788-9031-be529fd13dea |
Are there any E 10+ rated frightening games? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "E 10+ (for Everyone 10 and Older)", "specifier": "frightening"}} | aa180bb5-6658-483c-8c61-1d6e7e33aed7 |
Previously we've talked about how you didn't like Need for Speed: Payback. Do you have the same feeling about other games Ghost Games made in 2017? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "developer": "Ghost Games", "rating": "poor"}} | 91b955e0-723f-48a4-a7e6-c91d8e3bb784 |
Since you're into Nintendo games, have you tried Super Mario World by Nintendo EAD? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "platforms": ["Nintendo"]}} | d002a493-507f-4c16-9afb-05ab74ab9b9b |
Worms: Reloaded is an okay strategic action platformer on the PC. Get it through Steam and there is Linux and Mac support. There is also multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Worms: Reloaded", "rating": "average", "genres": ["action", "platformer", "strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | b8191efc-61f0-4515-a9dd-31e915fc4019 |
What do you think is the most confusing shooter ever made? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["shooter"], "specifier": "confusing"}} | 5721ad83-adee-4545-bfb4-8ce77aa860cd |
You said that you really liked Uncharted 4: A Thief's End. Do you generally like to play third person multiplayer games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}} | a968add9-b259-4419-84f9-8ca76ef31f67 |
So, as long as we're bringing up PC games, I was curious, have you played The Forest of Doom? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "platforms": ["PC"]}} | 4ab06c39-b90e-480f-95cd-a42646d79994 |
What do you think is the most uninteresting video game you ever encountered? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "uninteresting"}} | 44eeb751-6435-4857-bd9f-5989fd6fa938 |
I remember you saying that you really loved Uncharted 4: A Thief's End. Is that the case with most of the third person perspective games that offer a multiplayer mode? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}} | 7054dfbd-74ed-4a6c-a6ea-48434cc89057 |
If you like multiplayer PC games, then I wonder if you've tried Stronghold 2. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Stronghold 2", "has_multiplayer": true, "platforms": ["PC"]}} | c7725d06-e22e-4106-86c9-1b94131779ca |
The game Need for Speed: Payback, available on PlayStation, Xbox, and PC, is an option for third person driving/racing enthusiasts. However, it has poor reviews and does not feature Linux or Mac options. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "rating": "poor", "genres": ["driving/racing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | a3858a8d-b24e-4aa2-9080-9fd6d763de93 |
What game have you played with a limiting storyline? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "limiting"}} | e55a12c0-d217-4bf4-aff4-ef631ab6790c |
You said earlier that you loved Uncharted 4: A Thief's End. Are you generally a big fan pf third person games with multiplayer? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}} | 2d7f7a0b-7ecf-46a3-8615-f6aa75faeb31 |
On the topic of simulation strategy games, have you tried Transport Tycoon? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Transport Tycoon", "genres": ["simulation", "strategy"]}} | 8d0aa961-6f7b-4e94-a241-4d21dc131106 |
The Vanishing of Ethan Carter is an indie adventure game that was released in 2014 by developer The Astronauts. It's available for the PlayStation, Xbox, and PC, and is available for download on Steam. However, it's not supported on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "genres": ["adventure", "indie"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 89ae70a1-0075-4359-af94-25a068b1c852 |
Can you suggest a really visually impressive game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "visually impressive"}} | 8875c64b-6bb1-4262-abec-2ba317e9cf86 |
Football Manager 2015 is a sport simulation strategy game developed by Sports Interactive. It was released in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | 3e799b95-c59e-4741-ba27-ff410a3e4533 |
Speaking of T rated games with a first person perspective, are you familiar with Need for Speed: Most Wanted? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "esrb": "T (for Teen)", "player_perspective": ["first person"]}} | cfb2bdd5-4a35-44f3-81db-58a5ade068d7 |
What's your favorite gritty rated M game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "M (for Mature)", "specifier": "gritty"}} | 1dc23387-e88a-4f69-94f9-a94bba0905ee |
Football Manager 2015 is a sport-strategy simulator, released in 2014 by Sports Interactive. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | 998d0957-2919-4621-b38f-c35da356c0ff |
Sicne you have a Nintendo, have you played Metroid Prime Pinball? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Metroid Prime Pinball", "platforms": ["Nintendo"]}} | 5b054e3c-9cd5-458a-b2a2-de2869b2bf14 |
Half-Life 2 is a 2004 single-player shooter that is rated M (for Mature). It is out for PlayStation, Xbox, and PC, and it is supported by Mac and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Half-Life 2", "release_year": 2004, "esrb": "M (for Mature)", "genres": ["shooter"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": true}} | dd7a484b-c5d2-4177-b94c-b955a750c1bd |
Was there ever a PlayStation game you encountered that you felt was just revolting? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "revolting"}} | 3bde5132-e7f7-4250-8d1c-0d4b2c09b52c |
Football Manager 2015 is a strategy and sport simulation game developed by Sports Interactive and released in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"]}} | a64e543d-2381-421c-ab3c-cbc6dfd2b15c |
Since you play games developed by Chris Sawyer, I wonder, have you played Transport Tycoon? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Transport Tycoon", "developer": "Chris Sawyer"}} | c6074e81-2744-4d9e-99bf-18e507ed24da |
Might & Magic: Heroes VI is a turn-based strategy RPG that supports multiplayer and was released in 2011 it received overall average reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 0c515579-0a17-4cc9-a013-3d1ff0d83452 |
Can you suggest a quick-to-learn game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "quick-to-learn"}} | 41063478-499b-4750-91a1-714f0811efca |
Do you know of any goofy E rated games I could play with my kid? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "E (for Everyone)", "specifier": "goofy"}} | c314a21e-8129-47ca-bd9e-c059adf63e69 |
A multiplayer game that I enjoyed on the PC was Assetto Corsa. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Assetto Corsa", "has_multiplayer": true, "platforms": ["PC"]}} | 34132083-4787-4e84-8f20-bc2f463ecd0d |
Have you ever played a video game that just felt plain unfair? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "unfair"}} | 74c0788b-bfc3-46fb-b718-1ec7e8ae1ddb |
Did you play any particularly goofy E rated games this year? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "E (for Everyone)", "specifier": "goofy"}} | 878a6c65-2493-476e-be28-a2b00f8a0e92 |
I know you like bird view action strategy games, just like me. I thought Super Bomberman was pretty good, have you heard of it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "genres": ["action", "strategy"], "player_perspective": ["bird view"]}} | f940877c-30a1-4c05-ba65-03dca5433841 |
Diablo II is a hack-and-slash, role-playing game from 2000 for PC and Mac. You play this game from a bird view perspective. It is not available for Steam or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Diablo II", "release_year": 2000, "genres": ["hack-and-slash", "role-playing"], "player_perspective": ["bird view"], "platforms": ["PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 47401ca0-abe1-4d8d-b07e-2ab00369f9ae |
What do you think is the silliest game ever made by Bloober Team? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Bloober Team", "specifier": "silliest"}} | ec83ac15-4c0b-4074-a769-b564d649fa5b |
I'm trying to find a really goofy E rated game to play, do you have one you would suggest? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "E (for Everyone)", "specifier": "goofy"}} | 7fddd8b8-c194-4d61-bd75-425698464f68 |
Considering you like multiplayer games, have you played Metroid Prime Pinball? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Metroid Prime Pinball", "has_multiplayer": true}} | dd88d380-96d8-4aa5-a1b5-02c70ac0c032 |
The Wolf Among Us is a good 2013 video game developed by Telltale Games, with a third person perspective. It is in the adventure, point-and-click genre, but has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Wolf Among Us", "release_year": 2013, "developer": "Telltale Games", "rating": "good", "genres": ["adventure", "point-and-click"], "player_perspective": ["third person"], "has_multiplayer": false}} | ff09573a-0401-4915-86a8-7042e7f6bc91 |
Is their a video game you know of that felt very rewarding to play? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "rewarding"}} | d7a30949-53cd-4c8d-b4a9-249eace84504 |
Speaking of action strategy games played from a bird view perspective, have you ever played Super Bomberman? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "genres": ["action", "strategy"], "player_perspective": ["bird view"]}} | 3ef928d6-1cba-4e1a-a112-8e51e1969ffd |
Of the games released in 2013, which do you think was the longest? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"release_year": 2013, "specifier": "longest"}} | a2cbc6ea-9c62-49d9-9249-891930cf3243 |
Tetris was released in 1986. It is an excellent arcade and puzzle strategy game for Nintendo and PC, and it also works on Mac and Linux. It is not available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 080adbda-eeb5-45b7-a1ab-d574b4bfe30b |
While we're on the subject of PC games developed by Hudson Soft, have you heard of Super Bomberman? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "developer": "Hudson Soft", "platforms": ["PC"]}} | 45fb8b35-6ed3-4818-82db-a117145e597d |
What was the first game you played this year? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "first"}} | a50caa21-ddaf-4c9d-833d-be0da1be8c41 |
Since you like multiplayer games, have you tried Never Alone? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Never Alone", "has_multiplayer": true}} | 308a7266-54dc-49f7-811f-6bb9a2214af7 |
The Sims is a simulation strategy that has been around since 2000, and has good ratings. While I was disappointed that it didn't have a multiplayer mode, I enjoyed the bird view perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "release_year": 2000, "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 8ac60345-d473-444a-85fa-2c632c78d5fe |
What's the shortest role-playing text adventure game you know of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["role-playing", "text adventure"], "specifier": "shortest"}} | ddcb0aec-3be8-476c-b8bd-61f153ebc886 |
Tetris is an excellent arcade puzzle strategy game from 1986. Though it's not available on Steam, it can be played on Nintendo, PC and has Linux and Mac releases as well. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 54930324-ec3b-458f-ae47-59f9e46f6646 |
Speaking of action-adventure shooter games for the Xbox, have you gotten a chance to try Crysis? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Crysis", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox"]}} | 5c642e91-baea-425b-81cd-ede4d8c4da60 |
The Witcher 3: Wild Hunt is a 2015 action-adventure, role-playing game. It was released for PlayStation, Xbox, and PC and received excellent ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Witcher 3: Wild Hunt", "release_year": 2015, "rating": "excellent", "genres": ["action-adventure", "role-playing"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 86fc74ba-78f7-48f4-ad66-9c3efd64cfbf |
Have you played any cheap games lately that don't have a Linux release? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_linux_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_linux_release": false, "specifier": "cheap"}} | b36aa5e0-4695-4311-8d7e-d1f6d3e5a612 |
What revolting games are on PlayStation anyway? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "revolting"}} | 4ae1caf5-746a-4091-86a1-fea000fe604a |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game by Ubisoft Montreal that was released in 2005. It supports both first person and third person game play, as well as multiplayer. It received an ESRB rating of M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "developer": "Ubisoft Montreal", "esrb": "M (for Mature)", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 2714969d-2404-4321-b646-eef854ab1286 |
What other real-time strategy simulator have you played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["real-time strategy", "simulation"], "specifier": "other"}} | 7abdb856-0fec-4266-bf13-baf47ac8e337 |
Tetris is an excellent arcade puzzle game that came out in 1986. This strategy game is not available on Steam, but it can be played on Linux and Mac as well as Nintendo and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "rating": "excellent", "genres": ["arcade", "puzzle", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 2ed3749a-4f04-4fcb-9e37-dec78fbf7a0e |
Is there any upcoming game by Firefly Studios that you're interested in? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Firefly Studios", "specifier": "upcoming"}} | dfe64537-1e54-4d94-b953-de07ec7638c0 |
Madden NFL 15 is a sport simulation game that was released by EA Tiburon. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Madden NFL 15", "developer": "EA Tiburon", "genres": ["simulation", "sport"]}} | 43f6002f-454f-411b-9a4d-5754bde545b6 |
What would you say is a good example of a complicated driving/racing game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["driving/racing"], "specifier": "complicated"}} | 5fca7b89-0243-41e8-826b-77f09dd4ef89 |
Bus Driver is an indie driving/racing sim that came out on Steam for PC, but it doesn't have a Mac or Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 72e35b6b-0d1b-43c0-a6c1-a93acf4d732c |
Do you know of any action-adventure games that are nice and easy? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["action-adventure"], "specifier": "easy"}} | e5266275-3f88-45bb-a845-70f547123b9b |
Never Alone is a side view, indie adventure platformer that is available on Steam. It was released in 2014 for PlayStation, Xbox, PC and Linux, but not for Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}} | bfa02a63-4c86-41c5-aa51-4fff1759ce8a |
Can you recommend any single-player games with epic storylines? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_multiplayer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_multiplayer": false, "specifier": "epic"}} | c1fb3a00-dd40-41ba-874d-03c63a7c0370 |
Bus Driver is an indie driving/racing simulator that is out on PC, but it is not supported on Linux or Mac. It is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 632caff5-9692-4b30-9bd7-491c81a1940b |
What's the most frightening game you know of that still managed to get an E 10+ rating? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["esrb", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"esrb": "E 10+ (for Everyone 10 and Older)", "specifier": "frightening"}} | 006ede09-ed37-4161-b68c-91e8a799c9f1 |
Hellblade: Senua's Sacrifice is an indie, hack-and-slash adventure game played in third person perspective. It can be played on PlayStation, Xbox, PC and is available on Steam. It was not released on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | c544cf59-0bcb-4fdb-83fa-5a2f49be363b |
Have you played a game lately that you found annoying? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "annoying"}} | 6a92ea77-9289-4a1b-8161-33d94e4e8e81 |
If you enjoy driving simulators, try Bus Driver. It's an indie game for PC and, though it does not have a Linux or Mac release, it is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | a61885d0-3a73-4223-a1d3-e4cd485bc1ed |
What would you say is a great looking game for the Nintendo Switch? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Nintendo Switch"], "specifier": "great looking"}} | a0439e93-fa09-4b1c-8dee-572ac5d41964 |
Have you ever played a game that you found scary? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "scary"}} | f25676c4-bfa1-4494-b295-d94e35f60091 |
Is their a video game you know of that felt very rewarding to play? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "rewarding"}} | 4dade8f8-4516-48db-8456-8016688f69b4 |
Have you ever played a game that was actually tearjerking? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "tearjerking"}} | 2b5fcc1e-9ff9-491c-8a2a-d1dbd66178e7 |
What's the most epic single-player game that you played recently? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_multiplayer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_multiplayer": false, "specifier": "epic"}} | 2769436a-70e1-4d93-b72c-6504f136fc34 |
What would you say was a nice rewarding game you've played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "rewarding"}} | 3c9f93d1-dc0b-4533-a520-6b14d6d26223 |
What game turned out to be really surprising when you played it? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "surprising"}} | 2adafe7c-96ac-4dc0-b95d-e8693cf832f5 |