input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
The Room is an indie first person point-and-click game with puzzles, released in 2012 by developer Fireproof Games. It has an excellent 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"}, "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"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "release_year": 2012, "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "player_perspective": ["first person"]}} | 03af9a96-6b1b-4124-a839-4757e4aa9f5e |
I know you enjoy M rated games you can play on your PC, have you heard of 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"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 1764f6e7-7e49-42d6-86a1-0d965266cd03 |
Are you talking about the M rated BioShock on PC? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 8c070774-2398-4216-bbf9-dd3d19032a00 |
I'm curious, would you be interested in playing any M rated games developed by Ubisoft Montreal, such as Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "esrb", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "esrb": "M (for Mature)"}} | f51a3826-9f46-46d6-98d9-4a3eed7d24f6 |
Super Mario World was developed by Nintendo EAD and released in 1990 on the Nintendo consoles. It is a side view perspective platformer which received an excellent 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}} | 2e590c0e-d324-4d1d-9760-2d05325b011b |
I wonder what it is that made 2014 PlayStation games overall good in your opinion. | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2014, "rating": "good", "platforms": ["PlayStation"]}} | 2deb8814-b1ff-4e5e-a20a-2497f46de76f |
A fun action-adventure RPG released in 2015 was The Witcher 3: Wild Hunt. Have you ever 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Witcher 3: Wild Hunt", "release_year": 2015, "genres": ["action-adventure", "role-playing"]}} | 9efb9974-6d9a-4c7d-81e9-419805898055 |
Fireproof Games released an indie puzzle game, The Room, in 2012. This first person point-and-click game 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"}, "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"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "release_year": 2012, "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "player_perspective": ["first person"]}} | 4a535d59-f1ea-492c-a38a-7c10ed49f3db |
It's on PC and rated M (for Mature), seems right down your alley. Are you familiar with 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"}, "esrb": {"title": "Esrb", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "esrb": "M (for Mature)", "platforms": ["PC"]}} | 5f8bf797-99a5-4cfe-b629-7c606c0b3e55 |
Superhot is an indie shooter available on PlayStation and Xbox, as well as being available on Steam for PC, Mac, and Linux. It's well-known for its tactical gameplay. | {"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": "Superhot", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 8617162a-9139-4e1e-909c-4ff24bcb9d87 |
Are you a fan of M rated games from Ubisoft Montreal like Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "esrb", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "esrb": "M (for Mature)"}} | d8f67742-ed72-4962-a688-d2309d4cfe60 |
Is the Hellblade: Senua's Sacrifice you're referring to the PC game that's available on Steam? | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "platforms": ["PC"], "available_on_steam": true}} | 9d03b779-cb48-48de-8152-855595169cca |
I'm really curious now, what aspects of the PlayStation's 2014 lineup makes you say they're fun? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2014, "rating": "good", "platforms": ["PlayStation"]}} | 4e2cde40-0e31-4b49-8c78-b585a26235db |
2015 had some really great action-adventure role playing games come out. Have you heard of The Witcher 3: Wild Hunt? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` 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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Witcher 3: Wild Hunt", "release_year": 2015, "genres": ["action-adventure", "role-playing"]}} | 976e9795-c7ea-4f97-8fb1-51da26ae5ab1 |
Bus Driver is a 2014 indie driving simulation game that was developed for PC only. It is rated E (for Everyone) and is available on Steam, though it isn't compatible with Linux and 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"}, "esrb": {"title": "Esrb", "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Bus Driver", "release_year": 2014, "esrb": "E (for Everyone)", "genres": ["driving/racing", "indie", "simulation"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 185f7240-a492-4bb4-8445-397c0cfe1f71 |
The Room is an indie point-and-click puzzle game with a first person perspective. It was released in 2012 by Fireproof Games, and it has 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"}, "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"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "release_year": 2012, "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "player_perspective": ["first person"]}} | 455f8bd3-f88c-44fb-ab01-c2483e2288e8 |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical, action game available on PlayStation, Xbox, Nintendo, and PC. Overall it's a good game made by Ubisoft Montreal and is available on Steam, but it doesn't have a Linux or 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"}, "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"}, "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action", "tactical"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 42e79853-9603-491a-ab27-e0337f9abee4 |
Superhot is an indie tactical shooter game. It can be played on PlayStation, Xbox, PC and Steam. It also has a Linux and 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"}, "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": "Superhot", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | f1a957ef-a862-46b3-91b3-3cb322f676c1 |
I was wondering, do you enjoy the M rated games developed by Ubisoft Montreal, such as for example Tom Clancy's Splinter Cell: Chaos Theory? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "esrb", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "esrb": "M (for Mature)"}} | 1e7b18e9-66dd-4d71-86fb-27849d7e8214 |
Oh, you're talking about the PC game on Steam, Hellblade: Senua's Sacrifice? | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "platforms": ["PC"], "available_on_steam": true}} | fd2c7e78-3ad9-46d6-b45f-e5e4a79f948c |
What's so good about PlayStation games from 2014 in your opinion? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2014, "rating": "good", "platforms": ["PlayStation"]}} | 7fd317f6-3d49-4d3e-8547-fa12ed702ed6 |
Are you familiar with The Witcher 3: Wild Hunt? It's this hidden gem from 2015, a marvelous action-adventure role playing game. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` 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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Witcher 3: Wild Hunt", "release_year": 2015, "genres": ["action-adventure", "role-playing"]}} | 82f6da85-f5a5-495e-b1e1-f54afb054e39 |
Metro Exodus should be out for the PlayStation, Xbox, and PC in 2019. It's an adventure tactical shooter 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"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metro Exodus", "exp_release_date": "2019", "genres": ["adventure", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 0ca390cc-002b-464d-9535-f8bc663a3ff0 |
If you're looking for another one of tobyfox's bird view perspective games, you should check out Undertale. 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"}, "developer": {"title": "Developer", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Undertale", "developer": "tobyfox", "player_perspective": ["bird view"]}} | 5ba5ea00-cdca-48e2-8c2a-f8672fe9af25 |
Tom Clancy's Splinter Cell: Chaos Theory was developed by Ubisoft Montreal. It's a good action, tactical game for the PlayStation, Xbox, Nintendo, and PC. It is available on Steam, but was not released for 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"}, "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"}, "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action", "tactical"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 25658bd1-c85c-4695-ad2a-2b58624ea037 |
The indie game, Superhot, is a tactical shooter. It is available on the PlayStation and Xbox consoles. The game is also available on PC, Linux, and Mac and can be found 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": "Superhot", "genres": ["indie", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | cb55c051-ec7c-4f0b-bea3-76c86c3ed4d2 |
You mentioned absolutely loving BioWare's Mass Effect 2. Do you feel the same way about other action-adventure RPGs which are 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"}, "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": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"]}} | 5c510a4c-d178-4401-a6ce-f046358bd914 |
Are you talking about Hellblade: Senua's Sacrifice which is available on Steam for the PC? | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "platforms": ["PC"], "available_on_steam": true}} | ed965650-478d-4138-a4f4-66a0c1af570e |
I'm curious, have you played any games with Linux releases like, what would be a good 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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "has_linux_release": true}} | fb984ff7-cc86-45c2-b99e-d04962b0d3a6 |
Are there any genres you could play pretty much any time? | {"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": {}} | c5819a59-5729-48d9-8050-1dc4858a6f60 |
Tom Clancy's The Division, which arrived in 2016, is a role-playing tactical shooter played from the third person perspective. It's rated 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"}, "esrb": {"title": "Esrb", "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"]}} | 03965fe9-d6ad-4fcd-9798-1d5d1b33a0cd |
Since you seem to be a fan of bird view games by tobyfox, I thought you might like Undertale too. Have you heard about the game? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Undertale", "developer": "tobyfox", "player_perspective": ["bird view"]}} | 60fd6c9a-5994-40ca-aba4-4c1ee1fb6a0b |
Metroid Prime Pinball is a 2005 release from Fuse Games. It is a puzzle pinball game for Nintendo, and it is rated E. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "platforms": ["Nintendo"]}} | 8fac2f36-b9ba-4398-8f01-5b13eb13ceeb |
You said Mass Effect 2 totally ruled. Are you a huge fan of BioWare's action-adventure RPG 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"}, "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": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"]}} | b13e6048-16de-4376-98a9-64bb3ad552b6 |
Age of Empires II: The Age of Kings is a 1999-released bird's eye view real-time, strategy game. It plays multiplayer, and has good ratings, and it runs on PC and PlayStation. 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | 76ccb310-e07b-4300-bbbe-d218efc2b53b |
Do you enjoy other games with a Linux release, just 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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "has_linux_release": true}} | 9f709424-1232-4df5-8d31-4d706ee75994 |
What is your favorite genre of video game? | {"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": {}} | 12315295-d985-476b-8af4-d61426dae4e2 |
The excellent Final Fantasy VII is a third person role-playing adventure game that also allows you to switch to a 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Final Fantasy VII", "rating": "excellent", "genres": ["adventure", "role-playing"], "player_perspective": ["bird view", "third person"]}} | a6554e07-e4a0-4652-9901-80ff4e08d50f |
Have you heard of Undertale? It's this bird view game from tobyfox. | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Undertale", "developer": "tobyfox", "player_perspective": ["bird view"]}} | d74aa5f0-5279-4bd1-a507-24a0bac6bd6d |
Fuse Games released the pinball and puzzle game, Metroid Prime Pinball in 2005 for Nintendo. It was rated 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "platforms": ["Nintendo"]}} | 95b9822e-612c-44a2-b495-b68735d9fd5a |
You mentioned earlier that you loved Mass Effect 2. In general are you a fan of action-adventure games from BioWare with role-playing and shooting 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"}, "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": "verify_attribute", "arguments": {"name": "Mass Effect 2", "developer": "BioWare", "rating": "excellent", "genres": ["action-adventure", "role-playing", "shooter"]}} | 51dca1ea-96e3-470e-97f5-bae5da932973 |
Age of Empires II: The Age of Kings is a good real-time strategy game from 1999 that is played in a bird view perspective and has multiplayer. This game is available for PlayStation and PC only, but is not 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | 2247c629-ae3e-4a4c-bdac-63e5890effcc |
Do you play games on Linux, 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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "has_linux_release": true}} | 75c16005-068f-4999-b59b-b844f840d3a9 |
What's your favorite video game genre? | {"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": {}} | e3cbfb80-48b2-48a6-9f16-a1be92e90e89 |
TrackMania Turbo is a 2016 arcade racing game in which you can switch between first and 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"}, "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": "TrackMania Turbo", "release_year": 2016, "genres": ["arcade", "driving/racing"], "player_perspective": ["first person", "third person"]}} | 2f12d2f2-d082-4d4f-bf48-385ad71349b7 |
You mentioned that World of Warcraft was pretty good in your book. In general, do you find adventure MMORPGs to be fun? | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | ac35c4ec-6e4b-437a-8cf0-43b465974069 |
Tom Clancy's Splinter Cell: Chaos Theory by Ubisoft Montreal is a good action tactical game available on Steam. You can get it for PlayStation, Xbox, Nintendo and PC, but not 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"}, "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"}, "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", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "developer": "Ubisoft Montreal", "rating": "good", "genres": ["action", "tactical"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 4f37a6a1-ad9f-403c-82ea-04b8567646e0 |
Metroid Prime Pinball is a 2005 pinball, puzzle game developed by Fuse Games for Nintendo. It is rated 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "release_year": 2005, "developer": "Fuse Games", "esrb": "E (for Everyone)", "genres": ["pinball", "puzzle"], "platforms": ["Nintendo"]}} | 046d556a-288e-4995-8193-0dea4c8466b1 |
So The Forest of Doom was just ok according to you. What about other games released in 2014, do you feel that way about most of them? | {"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"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average"}} | dcf02eed-05cc-4888-afe1-9e48eee929c0 |
Age of Empires II: The Age of Kings is a 1999 real-time strategy game with good ratings. It has multiplayer, and gives the player a bird's eye perspective. It's available on PlayStation and PC, but is not 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"}, "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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | e98f5201-c425-4df6-9ef3-08e7407e30be |
Dance Dance Revolution Universe 3 is a poor music game that came out for the Xbox in 2008. It is rated 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "esrb": "E (for Everyone)", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | f461ed31-7f4f-40bc-8368-55720ad57c7b |
Since you like video games, what's your favorite genre? | {"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": {}} | f5a37637-41a4-4b66-b1ee-55af02eda72b |
In 1999 a multiplayer turn-based strategy, Heroes of Might and Magic III: The Restoration of Erathia, was released. | {"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": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "genres": ["turn-based strategy"], "has_multiplayer": true}} | 0240949e-03e2-45a9-b7fa-166a98217ba2 |
Do you find playing adventure MMORPGs fun, or did you just enjoy World of Warcraft? | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | c14f0247-faa0-4a7a-8e31-4ec5468bcd3a |
An excellent action-adventure role-playing game is The Witcher 3: Wild Hunt. It came out in 2015 on 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"}, "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"]}} | d24fc127-eb25-4743-9b0c-e6f644a0dffd |
Super Mario World is an excellent side view platformer with 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": "Super Mario World", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | e6f37d71-aec3-445c-b3fa-0674ae89088d |
So I know you think The Forest of Doom was an okay game but could have been a lot better. I'm curious, do you perhaps feel like 2014 was a bad year for 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"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average"}} | a2efd1f1-de6e-40f3-a2ec-9405c2000442 |
Though I like playing games on the Xbox, I'm not really a fan of multiplayer games, which is why I felt that Dirt: Showdown was just kind of average. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "rating": "average", "has_multiplayer": true, "platforms": ["Xbox"]}} | 1e0039db-6490-45b1-99d3-73eb24bd954d |
Dance Dance Revolution Universe 3 is a music game that was released in 2008 for Xbox and, though it has received some poor reviews, it's rated 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "esrb": "E (for Everyone)", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 80eb4b73-95eb-4ad5-ae3b-7e3853a5e188 |
When you play video games, what genres are overall 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": {}} | 4f363db8-3b22-4390-96ef-1868fa766ad6 |
The third person MMORPG, World of Warcraft: Battle for Azeroth, is being released on August 14, 2018, for PC only though. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "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": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "player_perspective": ["third person"], "platforms": ["PC"]}} | 6a20b53b-2cb1-415f-96a8-65d1ac5a173f |
In our conversation you mentioned liking World of Warcraft. Would you say the adventure MMORPG genre is one of your favorites? | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}} | 274cc323-e23b-45b9-96b7-a06a76e6899e |
In 2015 an excellent action-adventure RPG, The Witcher 3: Wild Hunt, was released 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"}, "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"]}} | 87129b3a-7511-4b3a-b371-4234eef0bcc1 |
Super Mario World is a fantastic platformer with side view 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"}, "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": "Super Mario World", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | 32eb5bb0-e619-4f6f-90d0-2e291e481677 |
The Forest of Doom was apparently nothing more than ordinary in your view. Has that been the case with other games from 2014 too? | {"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"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average"}} | df9aa374-7bac-43d3-8193-01f339459f74 |
I thought Dirt: Showdown was mediocre at best. It's not as good as I expect from multiplayer games for the Xbox. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "rating": "average", "has_multiplayer": true, "platforms": ["Xbox"]}} | 9c3e1568-b57c-499a-a7b9-410fd3d24609 |
Dance Dance Revolution Universe 3 is a 2008 music game for Xbox with poor ratings. It is rated 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "esrb": "E (for Everyone)", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 05fcb949-e22c-4108-bc60-8208098582fb |
Which is the genre of video games that you are most interested in? | {"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": {}} | 9cc0d5fb-260d-4704-a120-7abea105909b |
For an excellent puzzle role-playing game, try The Legend of Zelda: Ocarina of Time. This action-adventure gives players a bird view or third person perspective. Developed by Nintendo EAD, it was released in 1998 for Nintendo and is rated 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"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["Nintendo"]}} | 43bf888f-a941-4d6f-9923-1e3627334f73 |
If you like to combine role-playing, shooter, and tactical games then Tom Clancy's the Division will fit the bill. It came out in 2016 and received pretty 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"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"]}} | acccdd5f-083a-4bdc-bc08-49891f0ceef2 |
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"]}} | a02382ee-75c0-4ef9-aa98-52627883db6c |
Super Mario World is an excellent side view platformer, even offering 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": "Super Mario World", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true}} | 3d7e23e3-3ceb-462f-9d58-00d7b637180c |
Are you familiar with Outlast II? It's this great first person indie adventure game. | {"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": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | d194f1a1-7f02-40cd-aada-db96756ea479 |
Dirt: Showdown would've been a terrible Xbox experience had it not been for the multiplayer, which was decently fun all things considered. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "rating": "average", "has_multiplayer": true, "platforms": ["Xbox"]}} | 8171e6a7-6145-4f45-b3ff-39a00cf7cc2f |
The Legend of Zelda: Ocarina of Time is a role-playing, action-adventure, and puzzle game that is both third person and bird view. It was rated E (for Everyone) and was developed by Nintendo EAD. It was released in 1998. | {"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"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"]}} | c005cabb-e4b1-4ceb-99b9-ecbb15db36e3 |
Have you enjoyed any first person games like BioShock before? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "BioShock", "player_perspective": ["first person"]}} | b8aef43e-fdd9-47db-84a5-2b1e3aed5813 |
NHL 15 is a bird view simulation sport game. It was released in 2014 for PlayStation and Xbox. | {"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"}}, "required": ["genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "release_year": 2014, "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox"]}} | b8f3e34b-7c9f-4e6d-a220-788f2823bcf5 |
Tom Clancy's The Division is an average tactical role-playing shooter, that was released in 2016. | {"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"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"]}} | 74158493-9d1a-4cb7-8822-3ea2c2611110 |
The Wolf Among Us is a good game that was released in 2013. It is classified as an adventure and point-and-click type game genre. It is in the third person perspective and the developer is Telltale 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"}, "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"}}, "required": ["developer", "genres", "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"]}} | 04d0d76d-ae94-4c3c-9ee9-7b6eeba77c57 |
Crysis is a good action-adventure shooter that's rated M (for Mature). It was developed by Crytek Frankfurt and released in 2007. | {"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"}}, "required": ["developer", "esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "developer": "Crytek Frankfurt", "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | a3f3e5f0-49de-4573-a5d9-6b7aff7d6abf |
An indie adventure title with a first person perspective worth checking out is Outlast II. You seen that one? | {"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": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 8a09d2c2-73d3-4282-a841-5e438d5c7885 |
I know you felt BioShock was a pretty good game. Is first person a perspective you prefer in games you play? | {"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"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"]}} | c4e6ba9a-9995-463f-b366-f0cd8977aee9 |
If you prefer to have both third person and bird view perspective in your puzzle, action-adventure role-playing games, you will like The Legend of Zelda: Ocarina of Time. It was released in 1998 by Nintendo EAD and is rated 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"}, "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"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"]}} | 8e21a805-928a-43ee-a9f2-f4f0b3eb0a0d |
Do you like first person perspective in games, such as in BioShock? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "BioShock", "player_perspective": ["first person"]}} | e313d756-3d94-4474-bd59-21278bb93ddb |
If you want an average-rated, role-playing tactical shooter, try Tom Clancy's The Division. It was released in 2016. | {"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"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"]}} | 78a2236f-ddb7-471b-97a2-f10eae7c8b6c |
The Wolf Among Us is a good third person point-and-click adventure game. It was developed by Telltale Games in 2013. | {"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"}}, "required": ["developer", "genres", "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"]}} | 9155cf86-bc62-40fc-886d-0be0d3e50bb4 |
Crysis by Crytek Frankfurt is a good action-adventure shooter. It came out in 2007 and is rated 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "developer": "Crytek Frankfurt", "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | 1b015d96-f9bf-45cc-9436-15e976e37a52 |
I know you like first person indie adventure games, have you tried Outlast II? | {"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": "Outlast II", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 4403825e-98bc-4be1-a68a-0afec8311f65 |
So you liked playing BioShock, is that true for most first person games though? | {"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"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"]}} | 8d759195-097d-4e80-927f-3bb2408449a9 |
I was wondering if you enjoy playing first person games, for example BioShock? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "BioShock", "player_perspective": ["first person"]}} | dd1524c7-4dcc-46cc-9b40-0a53a8055fe2 |
Tomb Raider: The Angel of Darkness released on Steam (PC) and PlayStation in 2003. It's an action-adventure, third person shooter. | {"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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"], "available_on_steam": true}} | ba56900e-e75e-43dc-b374-9d2bceac8f79 |
I know you didn't like Euro Truck Simulator. Do you also dislike other SCS Software driving 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"}, "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": "verify_attribute", "arguments": {"name": "Euro Truck Simulator", "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"]}} | e07aa60c-6955-4c53-93d3-c2925b8b4dad |
Telltale Games also made The Wolf Among Us in 2013. It's a good third person point-and-click adventure 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"}, "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"}}, "required": ["developer", "genres", "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"]}} | 32850065-9274-4727-9d70-b3aa7fd135cd |
Crysis, by Crytek Frankfurt, is an M-rated action-adventure FPS from 2007. It received good 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "developer": "Crytek Frankfurt", "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | a73c9c35-b094-473f-a6b7-9871ecf7f7bd |
Little Big Adventure is an average action-adventure game developed by Adeline Software International that was released in 1994. | {"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"}}, "required": ["developer", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "developer": "Adeline Software International", "rating": "average", "genres": ["action-adventure"]}} | fe6afe2f-5311-4043-b5e0-5f27bff0ce0b |
I know that BioShock is a game you like. Is the first person player perspective a preference of yours in the games you play? | {"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"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"]}} | 7b01150f-c96b-4255-b06f-2f23db61cd36 |
You said that Football Manager 2015 was a pretty good game. Do you have the impression that Sports Interactive simply knows how to get their sports strategy simulators right? | {"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"}, "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": "verify_attribute", "arguments": {"name": "Football Manager 2015", "developer": "Sports Interactive", "rating": "good", "genres": ["simulation", "sport", "strategy"]}} | ebebca32-868d-4e33-a4fa-997367fdf5ce |
If you are interested in sports simulation games, try NHL 15 from 2014. It was released for PlayStation and Xbox and is played from 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "release_year": 2014, "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox"]}} | e6edaf87-eb74-439f-9fe9-164cb6c52ec2 |
I remember you told me that you didn't like Euro Truck Simulator. Do you mean that you do not like to play driving simulator games developed by SCS Software 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"}, "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": "verify_attribute", "arguments": {"name": "Euro Truck Simulator", "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"]}} | 05860034-9b9e-43cb-bb57-545c8683ba00 |
Far Cry 3 is a pretty good game. It came out in 2012, which was a good year for gaming in general. | {"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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Far Cry 3", "release_year": 2012, "rating": "good"}} | 576663ff-4b9f-4040-93ae-3623fc0e8356 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.