input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
If you're looking for a gritty third person game with an M rating, The Witcher 3: Wild Hunt is an option. 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"}, "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": "The Witcher 3: Wild Hunt", "esrb": "M (for Mature)", "player_perspective": ["third person"]}} | 64681de5-5eae-474a-865e-c72ba6316374 |
Would that be Mafia, the game that has neither a Mac nor Linux release? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Mafia", "has_linux_release": false, "has_mac_release": false}} | d2c0f4cb-758b-4340-8827-9ad3bf96f091 |
Do you mean Anthem that is an action-adventure role-playing shooter with multiplayer? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Anthem", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": true}} | 851f68cf-ad3f-48b0-b5b4-525cc5649d5c |
Which developer is your favorite? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | c4266be0-e524-499f-9a28-3d9e7905266f |
Were there even any terrible games in 2014? | {"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": 2014, "specifier": "terrible"}} | 6e3baef7-c852-439a-ab05-0f4e960962f3 |
Are you talking about the game without a Linux or Mac release, Mafia? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_linux_release", "has_mac_release", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Mafia", "has_linux_release": false, "has_mac_release": false}} | 8d9c4f62-3b98-4d97-b6bf-bef6d4058f75 |
Are you talking about Anthem the multiplayer action adventure shooter RPG? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Anthem", "genres": ["action-adventure", "role-playing", "shooter"], "has_multiplayer": true}} | 2f52f24f-db35-4515-8f0b-4965478d521d |
The indie, trivia/board game Small World 2, by Days of Wonder, was released in 2010. It offers multiplayer action. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "release_year": 2010, "developer": "Days of Wonder", "genres": ["indie", "trivia/board game"], "has_multiplayer": true}} | b89f25f6-36e8-4eae-a78a-1b241c027b30 |
A third-person M-rated game that I enjoyed was The Witcher 3: Wild Hunt. 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"}, "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": "The Witcher 3: Wild Hunt", "esrb": "M (for Mature)", "player_perspective": ["third person"]}} | feeec8e5-7735-4dc7-b25e-08cf183070e5 |
Is there a developer whose games you always at least try? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | bc139f76-dc16-4a26-86a3-6199a5e6fd75 |
What is the worst looking 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": "worst looking"}} | b1d2af18-c3b7-420c-9066-13a278bc1218 |
Is this the Horizon: Zero Dawn on the PlayStation? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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": "confirm", "arguments": {"name": "Horizon: Zero Dawn", "platforms": ["PlayStation"]}} | e6c12b3f-49fe-4502-b650-8e5422489142 |
Stronghold 2 is and multiplayer RTS sim from 2005. It's rated T (for Teen) and is available on the PC through 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "release_year": 2005, "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}} | dc5e9498-7861-4ac2-b01b-043ffcc8fdd9 |
You said before that you loved The Legend of Zelda: Ocarina of Time. Do you love other action-adventure puzzle based RPGs that don't have multiplayer modes? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "has_multiplayer": false}} | cca0e472-426f-4456-940b-4ae15293b256 |
Might & Magic: Heroes VI is so-so. I like that it's on Steam, but I just think the bird view perspective is annoying. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "player_perspective": ["bird view"], "available_on_steam": true}} | 711c55e8-1491-44ba-85ab-741c1c148d1e |
Is there a particular developer that you prefer? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 16d89b9b-4436-430f-8c76-c4975f34fd35 |
Can you recommend to me an absorbing first person game? | {"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"}} | 33d72b03-f896-4dc6-aee2-395e84685eb9 |
Little Big Adventure is a third person action-adventure game that came out in 1994. It has received average ratings and is rated T (for Teen). | {"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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"]}} | 995014c4-0f93-4535-bf26-ee58c72b6d09 |
Have you played any indie adventure games that were short to play through? | {"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": ["adventure", "indie"], "specifier": "short"}} | 9bd961ee-331a-4305-8208-ed37ad8b5e71 |
God of War is an excellent action-adventure game released in 2018 for PlayStation. The third person game combines platforming and role-playing. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 6e8530d0-7646-47d5-a6a2-29b6f94a4fcb |
Do you know any long games from 2018 I could invest a lot of time into? | {"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": 2018, "specifier": "long"}} | e3c37013-2ac2-4989-866b-2d2b9eae86ad |
Heroes of Might and Magic III: The Restoration of Erathia is a good game that was released in 1999. It is a turn-based strategy game that is played in 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"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "rating": "good", "genres": ["turn-based strategy"], "player_perspective": ["bird view"]}} | 862d794a-131e-412f-bc92-cad6379b670f |
You mentioned not liking Dance Dance Revolution Universe 3. Are you not a fan of most games Konami released in 2008? | {"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": "Dance Dance Revolution Universe 3", "release_year": 2008, "developer": "Konami", "rating": "poor"}} | a51b05c8-909c-4a79-8cd4-e7574ae5ead6 |
Do you know any short indie adventure games I could pick up? | {"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": ["adventure", "indie"], "specifier": "short"}} | 3f735aa5-fec6-4084-9732-169b1da65b1c |
God of War is an excellent action-adventure platformer that came out in 2018 for PlayStation. The role-playing game is third person. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 6d46b8ad-6e2a-4e10-9f14-11cb04e67d78 |
Have you played any PC games that came out in 2010, for example Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | fb56f9ea-0991-4be7-bf15-e0f0d3027193 |
A good first person, action-adventure shooter with multiplayer is Far Cry 3. | {"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": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | 64ec09d5-9b28-437f-a351-558f74f7b186 |
You said that you disliked Dance Dance Revolution Universe 3. Do you dislike Konami games from 2008 for the most part? | {"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": "Dance Dance Revolution Universe 3", "release_year": 2008, "developer": "Konami", "rating": "poor"}} | 3f5fd961-a3eb-460c-bccc-e4f0d55e028f |
Portal 2 is a combination of platformer, puzzle game, and shooter, all from a first person perspective. It's weird to think it came out all the way back in 2011 now. | {"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"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "release_year": 2011, "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 504992f6-103d-4ed1-b1c9-53cd56bb1fab |
2018's God of War is a third person action-adventure platforming RPG. Despite being a PlayStation exclusive, it's received excellent 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 6a3497fa-1585-4afd-b829-2d9a1c4750a0 |
Do you like PC games from 2010 like Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | 3f31d220-24ef-4d05-8770-8a800454c251 |
Assassin's Creed Chronicles: India is an action-adventure platformer game. Though it's received some poor ratings and doesn't have a Mac or Linux release, it can be played on PlayStation, Xbox as well as 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"}, "rating": {"title": "Rating", "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed Chronicles: India", "rating": "poor", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | bd774e07-307a-431f-b0a7-8fce02594ba4 |
I know you found Dance Dance Revolution Universe 3 to be very unpleasant to play. Would you say that the games Konami released in 2008 suffered an exceptional drop in quality? | {"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": "Dance Dance Revolution Universe 3", "release_year": 2008, "developer": "Konami", "rating": "poor"}} | d012a74d-dcf9-4d61-b122-c088058b5ccf |
It's hard to believe Portal 2 came out all the way back in 2011. It really redefined the first person platforming puzzle shooter genre. | {"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"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "release_year": 2011, "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | fe941e44-f3c3-422e-a61c-01b341261031 |
You said that you liked Far Cry 3. Do you frequently like to play multiplayer action-adventure shooters? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | 5e08f71e-ee4a-46f3-b783-c706b33dc14b |
So now I'm curious, have you played any PC games that came out in 2010, such as Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "release_year": 2010, "platforms": ["PC"]}} | 82ea258f-a015-4186-8986-4748610c9969 |
Man, I thought Mirror's Edge Catalyst could have been so much better as a first person game for the PlayStation. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 4b4958cd-60d3-42b1-8df7-a57fa94d55be |
Portal 2 is a puzzle-platforming shooter game with a first person perspective released in 2011. It was developed for PlayStation, Xbox 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "release_year": 2011, "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"]}} | 8678ddbd-b6e1-4e26-8623-4f8d6ea16384 |
Earlier you mentioned that you like Far Cry 3. Is it safe to assume you like most action-adventure shooters 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | 9561a69e-e2e3-4251-bc57-51aa756c25d7 |
You said that you disliked Skyforge. Does that mean that you usually dislike hack-and-slash adventure MMORPGs on the PC? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "platforms": ["PC"]}} | 946cc018-d6fe-48f0-8f85-1c2b69086f9c |
Undertale is an excellent indie adventure RPG available on Steam. You can play it on PlayStation, Nintendo Switch, and PC, and it is supported on 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 90a6dc40-85ba-4f72-9fd5-a6d73937e9c2 |
I think Mirror's Edge Catalyst is alright. I would say games with a first person view on the PlayStation just don't get better than mediocre. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 3a343c54-f5fe-402a-97e1-4e63180ebe86 |
Transport Tycoon is a simulation strategy for PC only, and 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"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}} | 3917d324-3ef2-42e2-bdd7-1a838c7e15ae |
I know you mentioned that you had a pretty fun time playing Far Cry 3. Would you say that overall you find action-adventure shooters fun whenever they have 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | ab8de9a9-13af-429f-90db-895ec58b5263 |
I remember you mentioned that you didn't like Skyforge. Are you not a fan in general of PC MMORPGs with adventure and hack-and-slash gameplay? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "platforms": ["PC"]}} | 15fe6248-71ff-4745-9895-25ee7ae087fd |
The Elder Scrolls Online is a first person (or third person) massively multiplayer online role-playing game. | {"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"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"]}} | e514a83d-d8c5-4bae-93a5-c38e2aca6ff9 |
Mirror's Edge Catalyst was a pretty mediocre first person game. When it came to the PlayStation, I picked it up, but honestly I found it didn't do the premise justice. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}} | 1878f75b-d6ff-43d2-8a18-ec67c676925e |
The PC only simulation strategy, Transport Tycoon, is unfortunately 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"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}} | 813e59a6-e8a7-4590-8373-476184372964 |
Tom Clancy's The Division is an average tactical third person shooter with role-playing, developed by Massive Entertainment. It is available for PlayStation, Xbox, and PC, and you can get it 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 0c8cb642-9a68-4f9a-8331-3561f45726b8 |
So you indicated that Skyforge was boring and unpleasant. Do you perhaps just not like hack-and-slash adventure MMORPGs for the PC? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "platforms": ["PC"]}} | c72af105-4769-4aa5-bcf1-3f91f9da5806 |
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"}} | a95e5727-ce82-4406-89bd-e060377340c8 |
Transport Tycoon is a simulation-strategy game for PC only. 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"}, "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"}}, "required": ["available_on_steam", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Transport Tycoon", "genres": ["simulation", "strategy"], "platforms": ["PC"], "available_on_steam": false}} | 6a02392c-079f-4c18-a918-12b6bb552a47 |
Tom Clancy's The Division by Massive Entertainment is an average third person tactical shooter RPG. It's on PlayStation, Xbox, and PC available through 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | c722dd93-efce-4029-b6bd-fe38d3032b65 |
It seems like Skyforge was a bad choice for you. I can't help but wonder if playing it on the Xbox was not part of the reason for a poor experience. What do you think? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "platforms": ["Xbox"]}} | 720376b9-959e-4dc6-ba28-339d364cb74d |
Need for Speed: Shift by Slightly Mad Studios is a driving sim rated E (for Everyone). There's first and third person views and 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Shift", "developer": "Slightly Mad Studios", "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 9c3652f6-6625-489d-a16b-88522c266eb6 |
Do you know which game had the longest story mode in 2013? | {"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"}} | 067ec587-8c52-4ef5-8bce-ef0b99144749 |
Do you mean the Layers of Fear game that the Bloober Team released back in 2015? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "release_year": 2015, "developer": "Bloober Team"}} | 653730db-dd8b-4894-905e-8fec43a3da47 |
Tom Clancy's The Division is a game for the PlayStation, Xbox, PC, and is available on Steam. This is a role-playing, shooter, and tactical game that is done in the third person. This game is developed by Massive Entertainment and has an average rating. | {"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"}, "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"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 7c067b5b-a834-4f84-a1b1-1ae704bb204f |
So you thought Skyforge was a pretty bad game. But do you have similar thoughts about other games for the Xbox? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "platforms": ["Xbox"]}} | cc7dfe81-1829-4cf6-be7d-42c750f4d7ab |
StarCraft is a real-time strategy that runs on PC only. | {"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"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "genres": ["real-time strategy"], "platforms": ["PC"]}} | 1b8340c4-0645-481d-b8d1-70b53dac0b28 |
What's the longest game from 2013? | {"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"}} | 8a7f4854-fd7f-4634-8d18-a129b87f4d34 |
Oh, you mean Layers of Fear, right? The one from Bloober Team made in 2015? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "release_year": 2015, "developer": "Bloober Team"}} | 65816ad6-af04-46f0-8794-5753d630d3c2 |
Rocket League was released in 2015 with an E (for Everyone) rating. It's a sports and vehicular combat game that can be played in 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | a275335d-298d-4055-87be-30ea762a34dc |
You told me that you don't like Skyforge. Is that also the case for other Xbox 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "platforms": ["Xbox"]}} | 12b09640-0d25-4f87-b8e6-8a5157010f35 |
Release in 2011, Need for Speed: The Run is an average racing game that can be played on PlayStation, Xbox, Nintendo and even PC, but it isn't available on Steam. You can switch between the first person and third person 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011, "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false}} | 4c8617eb-6259-438e-874a-7cb7e2ed6535 |
Final Fantasy VII is an amazing adventure role-playing game. The third person and bird view gives players a great perspective from which to view the action. Final Fantasy VII is available for PlayStation, PC, and 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 46644434-b221-4229-b305-ac53ca3d540a |
Do you mean the Layers of Fear that Bloober Team made and released in 2015? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Layers of Fear", "release_year": 2015, "developer": "Bloober Team"}} | 4a2a90ff-03f4-4581-bbec-3a790dcfa5b3 |
A vehicular combat game featuring sport aspects, Rocket League, was released in 2015. The game is rated E (for Everyone) and offers 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | 09a57c6e-44af-46cf-a56c-099471b41539 |
Quantum Break is an okay shooter adventure game that came out on Xbox and PC. It's available on Steam but it doesn't have 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"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "has_multiplayer": false, "platforms": ["Xbox", "PC"], "available_on_steam": true}} | 7b6930ff-6ffd-410d-9a18-95975392dc08 |
The Room is an excellent indie point-and-click game with puzzles. It was developed by Fireproof Games. | {"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"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"]}} | 24f51bf0-6a8b-4158-9dc8-ac4175a860ce |
Bus Driver is a poor indie driving simulator. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"]}} | b25c9cc8-5ac0-4721-b700-37e292374df9 |
Quantum Break is an average adventure shooter game available on Steam. You can play it on Xbox and PC, but there is 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"}, "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"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "has_multiplayer": false, "platforms": ["Xbox", "PC"], "available_on_steam": true}} | b843ecb0-dd6d-4912-86fa-016fd8bb25f0 |
The Sims is a bird's eye view simulation strategy game for PlayStation, Xbox, Nintendo, and PC. It received good ratings from players. It's not available on Steam and doesn't have a Linux release, but does have a Mac 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"}, "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"}, "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 3485cb19-e032-4e25-a824-5654759e5390 |
Bus Driver is a poorly-rated indie driving sim. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"]}} | 0a59e77d-e537-47c1-9963-28f8daa57e88 |
Quantum Break is an adventure shooter game with no multiplayer. It's on Xbox, PC, and Steam. It got 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"}, "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"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Quantum Break", "rating": "average", "genres": ["adventure", "shooter"], "has_multiplayer": false, "platforms": ["Xbox", "PC"], "available_on_steam": true}} | 825ea4df-d917-43bb-a35a-1cfa381b0d07 |
Madden NFL 15 was released in 2014 on PlayStation and Xbox. It's a multiplayer sports simulation game that can be played from a third person or a bird 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Madden NFL 15", "release_year": 2014, "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | 3168550c-6d20-4b39-b729-871ce9444506 |
Final Fantasy VII is a bird view adventure role-playing game allowing gameplay in the third person view as well. It is an excellent game for PlayStation and PC only, and 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 0d6faa19-116d-4c9d-8a84-14c7b2bb0cce |
Bus Driver is a poor game by any standard, but maybe fans of indie driving simulation games will like it. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "rating": "poor", "genres": ["driving/racing", "indie", "simulation"]}} | 10a0326b-4860-491d-a130-128d2c54d16d |
If you're looking for a game that's rated E (for Everyone), the multiplayer game, Rocket League, will have you playing with your family for hours. It's a vehicular combat sports game from 2015. | {"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"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | b739b6f6-b6ab-4f29-9afd-9475ad18ac77 |
Payday 2 is a first person, role-playing shooter for PlayStation, Xbox, Nintendo Switch, and PC. It is not supported on Mac or Linux. However, it is 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"}, "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": "Payday 2", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 43583543-51c6-4e44-b232-a3620640efe5 |
Need for Speed: The Run is a 2011 racing game that is rated T for teen audiences. | {"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"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011, "esrb": "T (for Teen)", "genres": ["driving/racing"]}} | d167aae8-dfb2-4651-b9a9-51299fb735ae |
Can you recommend an in-depth sports 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": ["sport"], "specifier": "in-depth"}} | c0c1cfc1-74ff-4a62-9e5a-4d008c757fd1 |
A good side view action strategy platformer I know of is Worms: Reloaded. 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": "Worms: Reloaded", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}} | b02b918c-196a-4b79-a9e1-6d611b4b6cb3 |
Payday 2 is a role-playing, shooter game that's played with first person perspective. The game is available on PlayStation, Xbox, Nintendo, Switch, and PC and is also available on Steam, but it doesn't have a Linux or Mac version. | {"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": "Payday 2", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 055f7593-d715-4fea-98b8-f1cc7e219186 |
Assassin's Creed II was released in 2009, with an M rating. It's an action-adventure platformer game. | {"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"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assassin's Creed II", "release_year": 2009, "esrb": "M (for Mature)", "genres": ["action-adventure", "platformer"]}} | accc7ebf-e382-46ad-88a1-9b8140e1edf6 |
Are there any in-depth sports games that you've played lately? | {"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": ["sport"], "specifier": "in-depth"}} | f0701f55-8215-4269-9d6b-ee1699646a66 |
For side view platformers that combine both action and strategy, you can't go wrong with Worms: Reloaded. Have you heard about 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": "Worms: Reloaded", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}} | 930b9ba1-7e39-411d-9086-473d849fb4b4 |
Payday 2 is a role-playing first person shooter that was released on a ton of different platforms, including PlayStation, Xbox, Nintendo Switch, and PC, basically everything but Mac and Linux. You can get it 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"}, "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": "Payday 2", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 2dbda54f-46bf-460c-8821-a6d7a3ab839c |
If you like action games, Rollcage is a driving/racing game from 1999. It runs on PlayStation and PC. However, it is 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rollcage", "release_year": 1999, "genres": ["action", "driving/racing"], "platforms": ["PlayStation", "PC"], "has_linux_release": false, "has_mac_release": false}} | 3d71ea2b-e188-4da3-9387-f670368183de |
An excellent adventure RPG you can play from either a bird's eye view or in third person is Final Fantasy VII. It's available on Steam for PC, and you can play it on your PlayStation too. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | 041b2e26-12d0-4ec4-ba30-31deded981a5 |
Is there any sport game you played that you felt was really in-depth? | {"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": ["sport"], "specifier": "in-depth"}} | a14bdb95-9fe0-4f62-9f40-66b5eefc5d55 |
On the topic of side view action strategy platformers, have you tried out Worms: Reloaded? | {"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": "Worms: Reloaded", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}} | 6a3b2af9-d126-48c1-9939-1af364a5f8d2 |
Would that be the game known as Mafia, which is rated M and doesn't have any multiplayer? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Mafia", "esrb": "M (for Mature)", "has_multiplayer": false}} | aa0b8969-daed-42da-8f86-959e22f2204e |
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"}} | 11a4941b-f472-45d8-8c86-27d9795620ec |
Mass Effect 2 is a third person action-adventure role-playing shooter that released in 2010. It 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"}, "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}} | 96416b92-1b3a-4819-acf7-44144e444bf1 |
RollerCoaster Tycoon is a good simulation, strategy game to try on Xbox or PC. It was originally released in 1999 and developed by MicroProse. 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"}, "developer": {"title": "Developer", "type": "string"}, "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"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "RollerCoaster Tycoon", "release_year": 1999, "developer": "MicroProse", "rating": "good", "genres": ["simulation", "strategy"], "platforms": ["Xbox", "PC"], "available_on_steam": false}} | a98498ec-e4eb-4e2d-91ae-94995c5b0cd0 |
Are you talking about Mafia, the single-player M rated game? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Mafia", "esrb": "M (for Mature)", "has_multiplayer": false}} | ba662f39-db22-427c-ba12-125a593e91bb |
Are there any games you've found pretty limiting? | {"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"}} | d44043e2-b10c-44ab-8326-30fd8b73b950 |
Mass Effect 2 is an excellent game released in 2010. It is an action-adventure, role-playing shooter game, played in the third person. It cannot be played 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"}, "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}} | 65eb92db-673b-4258-b5d6-8960c4962d25 |
RollerCoaster Tycoon is a simulation strategy game developed by MicroProse. The game was released in 1999 to positive critic reviews. The game is not currently on Steam but is available for Xbox 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"}, "developer": {"title": "Developer", "type": "string"}, "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"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "RollerCoaster Tycoon", "release_year": 1999, "developer": "MicroProse", "rating": "good", "genres": ["simulation", "strategy"], "platforms": ["Xbox", "PC"], "available_on_steam": false}} | 29dc45d8-5afa-4d7f-8c61-7830ff7750a7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.