input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Since you're into third person games, I bet you'd love NBA 2K16. Do you know anything 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "NBA 2K16", "player_perspective": ["third person"]}} | 5aeb2df7-c874-408c-a32d-248c4402e4f9 |
The Forest of Doom is a text adventure RPG developed by Tin Man Games. It is a good single-player only game available on PC via Steam and also on 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "genres": ["role-playing", "text adventure"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | e9474463-dbea-4d21-ad7c-542c36993763 |
Portal 2 was rated E 10+ (for Everyone 10 and Older). It is a puzzle platformer FPS with 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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | a3a470ed-ea0d-4705-a674-4601ba388ecf |
Is the Grand Theft Auto V you mentioned the one that got an M (for Mature) ESRB rating? | {"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"}}, "required": ["esrb", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)"}} | 9216188e-7877-4d28-aa92-dfd678bf46b8 |
Spider-Man is an action-adventure game that's to be released on September 7, 2018. | {"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"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"]}} | 34b62b2d-c5b3-426c-9daa-f8a7de18a899 |
Hellblade: Senua's Sacrifice is an indie third person hack-and-slash adventure game that you can get on Steam. It was released in 2017 for PlayStation, Xbox, and PC, but there is not 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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "release_year": 2017, "genres": ["adventure", "hack-and-slash", "indie"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 53361877-7097-4970-af17-7d3ba01bf923 |
Have you tried playing the multiplayer game NBA 2K16? You can play with your friends. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "NBA 2K16", "has_multiplayer": true}} | e535f624-7e31-4548-896d-a8587083dd58 |
If you like puzzle-shooter games, Portal 2 is a multiplayer first person platformer. It is rated E 10+ (for Everyone 10 and Older). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Portal 2", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["platformer", "puzzle", "shooter"], "player_perspective": ["first person"], "has_multiplayer": true}} | 77b6b1d8-e44a-420c-9fdf-0d834d6b2f30 |
Are you talking about the M rated game Grand Theft Auto V? | {"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"}}, "required": ["esrb", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)"}} | b531b377-d15a-4f30-bb06-539124eb11ee |
Are you a fan of action-adventure fighting games on Xbox such as Mirror's Edge Catalyst? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "genres": ["action-adventure", "fighting"], "platforms": ["Xbox"]}} | 286b74af-91d4-47a7-abde-9aa7742e2f13 |
Spider-Man is an action-adventure game that should come out September 7, 2018. | {"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"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"]}} | d6cc70c9-db04-4615-82fb-68a24378226d |
Uncharted 4: A Thief's End is a multiplayer third person action-adventure shooter. It was developed by Naughty Dog for PlayStation. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 32c04b19-a930-450d-a4b1-ab9ab90cec0f |
Do you know of Super Mario World? It's this great multiplayer game from Nintendo EAD. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "has_multiplayer": true}} | 6f6eef35-b6b9-4f50-bbe3-1df35efc7ced |
Is the Silent Hill 2 the one that was made by Konami Computer Entertainment Tokyo in 2001? | {"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": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | c60a56ff-b1c3-465e-8240-33f31408d01a |
StarCraft is a real-time strategy that gives players a bird view perspective. It is available on PC and is rated T (for Teen). You can play it on Mac but not 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "esrb": "T (for Teen)", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | 772da8a9-6678-42fb-8d33-76f18c63c4b8 |
Are you familiar with action-adventure fighting games on Xbox, the Mirror's Edge Catalyst type, you know? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "genres": ["action-adventure", "fighting"], "platforms": ["Xbox"]}} | d423c17a-3ca7-4b94-90ab-734807306872 |
A new action-adventure Spider-Man game is coming out September 7, 2018. | {"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"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Spider-Man", "exp_release_date": "September 7, 2018", "genres": ["action-adventure"]}} | 880b73cf-8bef-4a5b-a68c-47d5ff8da234 |
Final Fantasy VII is an excellent adventure role-playing game that can be played either in bird view or 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"}, "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"]}} | 42cc2222-ea35-4dda-a017-6e5d1b794341 |
I know you game on a PC. Have you ever heard about the simulation strategy game RollerCoaster Tycoon? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "RollerCoaster Tycoon", "genres": ["simulation", "strategy"], "platforms": ["PC"]}} | 1050f56f-173d-49d9-8e4c-dd69552f9d62 |
By Silent Hill 2, do you mean the 2001 game made by Konami Computer Entertainment Tokyo? | {"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": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | 7ff88c5b-0a18-4f57-970a-27b7552e8b81 |
StarCraft is a real-time strategy game that is rated T (for Teen). It is played from a bird view perspective. You can play this on PC and Mac, but it is not available for 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "esrb": "T (for Teen)", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | fc491cf1-5fc9-4363-9d92-c5ca6aeed736 |
What's your opinion on action-adventure, fighting games like Mirror's Edge Catalyst for Xbox? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "genres": ["action-adventure", "fighting"], "platforms": ["Xbox"]}} | 380396ef-5999-4219-8ad5-77a8f970dfb9 |
The Legend of Zelda: Ocarina of Time is a action-adventure puzzle role-playing game that was released in the year 1998 on the Nintendo. It sports a bird view and a third person perspective. It does not 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"}, "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": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false, "platforms": ["Nintendo"]}} | ee86b667-00dd-4006-9713-980a60f7389d |
An average-rated action-adventure game from 1994 is Little Big Adventure. It was released by Adeline Software International and has a T (for Teen) rating. It's a third person perspective game with no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "developer": "Adeline Software International", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": false}} | 473b3b87-c8bf-445d-9ba8-238b522f1e42 |
While we're on the subject of first person games made by Kunos Simulazioni, have you ever played Assetto Corsa? | {"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": "Assetto Corsa", "developer": "Kunos Simulazioni", "player_perspective": ["first person"]}} | 5c88c935-2d72-4678-a7c5-894c7b8cee3a |
Do you know of any well balanced role playing shooters? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["role-playing", "shooter"], "specifier": "well balanced"}} | 3684f9f0-7e09-4080-aef0-1d084303afe7 |
Are you talking about Konami Computer Entertainment Tokyo's 2001 hit, Silent Hill 2? | {"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": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | 0ca04a8f-9119-4fd7-8d79-3f7dbc352174 |
StarCraft is a PC game that was originally released in 1999 with a T (for Teen) ESRB rating. It is a real-time strategy game that you play in bird view perspective. It is not available on console, Linux release, 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "esrb": "T (for Teen)", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | d5bbc5a5-841a-4827-8037-34d789af5cbf |
The Legend of Zelda: Ocarina of Time from 1998 is a single-player action-adventure, role-playing game. This puzzle game is set in bird view and third person. It is out for Nintendo. | {"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": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false, "platforms": ["Nintendo"]}} | d887d46e-6671-4898-927b-6c763d27248a |
Tom Clancy's Splinter Cell: Chaos Theory is a good action, tactical game that can be played in third person or switched over to first person. It was released for PlayStation, Xbox, Nintendo, and PC, but can't be played 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "rating": "good", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "has_linux_release": false, "has_mac_release": false}} | febf32fe-7d09-41fb-bfe1-43fe150304c3 |
A Teen-rated real-time strategy, sim that I enjoyed was Stronghold 2. 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"]}} | e7324bee-8ebb-46e0-a3f7-13e63fd40614 |
Do you know of any well balanced shooters with role-playing elements? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["role-playing", "shooter"], "specifier": "well balanced"}} | d75bfe8b-7487-455d-a73e-6a987a4e97c8 |
I'm curious, why is it that games with a third person perspective are always your favorites? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"]}} | ab526fdb-9e94-4bc6-b3d9-7db1180072a9 |
Do you enjoy Konami Computer Entertainment Tokyo's games from 2001 like Silent Hill 2? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | e82555d3-2fab-4bf3-ba52-017650769a08 |
If you like action-adventure role-playing puzzle games, then you should try the 1998 video game called The Legend of Zelda: Ocarina of Time, which uses third person and bird view perspectives. It is only released on the Nintendo and, unfortunately, has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false, "platforms": ["Nintendo"]}} | db1932c5-d2e1-4c5c-b1e7-a4c10a77ddaa |
Need for Speed: The Run is an average rated driving/racing game played in first or third person modes. It also has multiplayer capabilities. | {"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": "Need for Speed: The Run", "rating": "average", "genres": ["driving/racing"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | c2dc8b08-12f9-45fc-ab19-ab0d370a9a93 |
Since you're into newer games from 2017, have you heard of Outlast II by Red Barrels? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Outlast II", "release_year": 2017, "developer": "Red Barrels"}} | 95326005-bd51-4455-9c6f-e00d8021f7ed |
I'm hoping to play a shooter with role-playing elements that is well balanced, is there any you would recommend? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["role-playing", "shooter"], "specifier": "well balanced"}} | 42edfce6-238b-4c62-9410-cd3725bcfcad |
Why do you love third person games so much? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"]}} | 9d6c593b-2a38-43b9-a1aa-423c7eff4970 |
I'm wondering, do you like games by Konami Computer Entertainment Tokyo, for example the 2001 game Silent Hill 2? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | 4aa78217-8875-4877-8d17-a87ce902b42a |
I didn't like SpellForce 3 at all. The real-time strategy and role-playing genres it combines normally aren't my favorite anyways, but them throwing in a multiplayer mode just diluted the focus and made the whole thing a mess. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true}} | 4e8f81ff-abb0-4a7f-ab9e-5b02587abf3f |
I'm looking for a game from a first person perspective that is really exhilarating, is there one you would recommend to me? | {"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": "exhilarating"}} | 06516c75-3823-4b96-8acd-3bb19ff6e782 |
Life is Strange is a solid third person 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"}, "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": "Life is Strange", "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | fa60650d-582d-4c4e-b3fd-db5587972ca4 |
What is it about games with a third person perspective that makes you find them so excellent? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"]}} | 177792d6-2ba7-4d47-97d5-c759e4aca844 |
Are you familiar with Konami Computer Entertainment Tokyo's 2001 games, like Silent Hill 2? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Silent Hill 2", "release_year": 2001, "developer": "Konami Computer Entertainment Tokyo"}} | 74c7e1a5-3786-497b-8722-bcf5fe083d72 |
I had thought the multiplayer would enhance SpellForce 3, but the RTS RPG was still lackluster. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true}} | d5c275eb-0e83-4260-80a9-d79761eede9e |
The game Need for Speed: Payback, available on PlayStation, Xbox, and PC, is an option for third person driving/racing enthusiasts. However, it has poor reviews and does not feature Linux or Mac options. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "rating": "poor", "genres": ["driving/racing"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 9dddf82d-041d-4b7e-b94c-0f359ae0fcff |
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"}} | 0bed42cc-70b8-43cf-b175-ddce880c08f0 |
Life is Strange is a third person role-playing game with mostly positive 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"}, "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": "Life is Strange", "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | d2814a05-33ba-4e90-94fc-79e008e0157c |
The Forest of Doom, by Tin Man Games, is a single-player role-playing text adventure game with average ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 2b592009-fcd4-4cd6-9a7d-de081164e7da |
Are you referring to the 2014 multiplayer game, Football Manager 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "has_multiplayer": true}} | c9330a71-bfab-43b3-865b-ec9032d4cac0 |
Tom Clancy's The Division is an average role-playing tactical shooter that came out in 2016 for PlayStation, Xbox and PC. The game is not available on either Mac or Linux, but can be played from Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | c0ec5ee5-ed72-43a6-b914-41a39a4cb056 |
What's a game whose quality you found surprising? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "surprising"}} | 2a239a43-7cc2-4b30-830e-21ad38b80b97 |
The Forest of Doom is an average role-playing text adventure game by Tin Man Games. It doesn't have multiplayer 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | ecceb024-4cbd-410b-928b-b6a84e18b142 |
Uh, Football Manager 2015, the one released in 2014, with multiplayer options? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "has_multiplayer": true}} | d5b3d6d0-e6c8-4e49-8eb5-619b84bd448f |
If you like fun third person role-playing games, then you should try Life is Strange. | {"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": "Life is Strange", "rating": "good", "genres": ["role-playing"], "player_perspective": ["third person"]}} | 860996bd-72ff-4e3f-b67a-4183ab6f12db |
Small World 2, by Days of Wonder, is an indie trivia/board game. You can play it 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "developer": "Days of Wonder", "genres": ["indie", "trivia/board game"], "has_multiplayer": true}} | 77ea9cdf-6a0a-4cd4-9893-d601b8cb21f5 |
What's one epic single-player game you can think of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_multiplayer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_multiplayer": false, "specifier": "epic"}} | e4decb42-7664-4f7c-b7e8-5a14ac209461 |
If you want a fun multiplayer platformer, you could try Super Mario World. It's Nintendo EAD's flagship for the Nintendo consoles. I'd say it's great to play with younger kids, as 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"}, "developer": {"title": "Developer", "type": "string"}, "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["platformer"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 55b266bc-e935-4af3-90e9-c5ef47487216 |
The Forest of Doom is a role-playing text adventure game that was developed by Tin Man Games. It has no multiplayer support and has received average ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 73c0b170-e820-4b0a-85f8-e48b0587daa2 |
Is that the multiplayer game from 2014, Football Manager 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "has_multiplayer": true}} | 5dee757c-b733-46b5-91d5-371d83f9ab5c |
I don't usually like multiplayer games, but I gave SpellForce 3 a chance just in case. Unfortunately, it was a disaster of a game that combined two genres I hate, real-time strategy and role-playing. | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true}} | 90eb23f3-9dd6-4fe6-96b9-1e96cfc1c5dc |
Lara Croft and the Temple of Osiris has an average rating. This game is an action-packed adventure, but also has a puzzle and shooter element to it. You get to play in a bird view perspective throughout the 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"}, "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": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["bird view"]}} | ba34fc43-a8fe-467e-a307-239e6c359c3a |
What's the easiest game you know of on Xbox? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "easiest"}} | 87e6a7ed-03a7-42ed-bfaa-d787fd1b9784 |
Super Mario World was developed by Nintendo EAD. It was released for the Nintendo platform with a rating of E (for Everyone). It is a platformer game 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"}, "developer": {"title": "Developer", "type": "string"}, "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["platformer"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | e1624f91-2cbf-4250-a85e-dc4eec6408e7 |
If you want a single-player driving simulation game, try Euro Truck Simulator. It came out in 2008. | {"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": "Euro Truck Simulator", "release_year": 2008, "genres": ["driving/racing", "simulation"], "has_multiplayer": false}} | 1b8ee8e9-f624-4937-9049-45fe91b8f6a3 |
A Way Out, the third person action-adventure title by Hazelight Studios, is a game for players who enjoy multiplayer mode. It 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"}, "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": "A Way Out", "developer": "Hazelight Studios", "esrb": "M (for Mature)", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": true}} | 23069151-2eca-47e0-9089-0c9df449283d |
The 2016 role-playing, third person shooter, tactical game, Tom Clancy's The Division, 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"}, "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": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"]}} | e2f27f68-9118-448c-a24c-16bf4d9fbd5a |
The Vanishing of Ethan Carter was released in 2014 by The Astronauts. It's an average indie adventure game that is played in first 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"}, "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 Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | b4414d74-acd3-43d9-848d-d654ad26d585 |
What other game from 2009 have you enjoyed? | {"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": 2009, "specifier": "other"}} | 1088fdc5-c8a9-4125-9720-d27829f299aa |
Euro Truck Simulator is a driving simulator released in 2008. It is a single-player-only 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"}, "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": "Euro Truck Simulator", "release_year": 2008, "genres": ["driving/racing", "simulation"], "has_multiplayer": false}} | 4032fb25-7938-4136-9934-26ac1952386c |
A Way Out was developed by Hazelight Studios and is rated M (for Mature). It is an action-adventure game that can be played multiplayer in the 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"}, "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": "A Way Out", "developer": "Hazelight Studios", "esrb": "M (for Mature)", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": true}} | a4b05ba1-3379-47c2-b9e2-f9d07bebbddd |
Nintendo EAD devoloped Super Mario World for the Nintendo platform. It is a multiplayer platformer suitable for all 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"}, "developer": {"title": "Developer", "type": "string"}, "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"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "genres": ["platformer"], "has_multiplayer": true, "platforms": ["Nintendo"]}} | 4d088021-c926-47be-a4fb-5b0e1bad38d7 |
Tom Clancy's The Division from 2016 is an average third person role-playing tactical 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"}, "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": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"]}} | b16354aa-467b-4283-a9ae-ce3d65db1e07 |
What's a cheap game I can get on Steam right now? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["available_on_steam", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"available_on_steam": true, "specifier": "cheap"}} | 8285aa89-631c-461d-aca2-a43e9c7e8c73 |
Euro Truck Simulator is a driving simulation game that was released in 2008. 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"}, "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": "Euro Truck Simulator", "release_year": 2008, "genres": ["driving/racing", "simulation"], "has_multiplayer": false}} | 60ecc774-0d7e-48a1-b499-573c0662fd85 |
A Way Out by Hazelight Studios is a third person action-adventure game. It is multiplayer and 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"}, "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": "A Way Out", "developer": "Hazelight Studios", "esrb": "M (for Mature)", "genres": ["action-adventure"], "player_perspective": ["third person"], "has_multiplayer": true}} | 93d9e571-d210-4e7c-a630-2ef1677594ed |
Grand Theft Auto V, developed in 2013 by developer Rockstar North, is an action-adventure driving and shooting 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "developer": "Rockstar North", "genres": ["action-adventure", "driving/racing", "shooter"]}} | 11ff90ec-a600-4779-871d-d85b6544ca57 |
Tom Clancy's The Division is a third person tactical shooter RPG that came out in 2016. It only earned 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "release_year": 2016, "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"]}} | 816468e1-c99b-4371-a64a-97244d3df205 |
In 2015, Psyonix released the third person vehicular combat game, Rocket League. Overall, it is a good multiplayer sports game that 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "developer": "Psyonix", "esrb": "E (for Everyone)", "rating": "good", "genres": ["sport", "vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true}} | ce27d09a-72df-4058-ab8b-be8575c5ad2a |
Did you find any games in 2014 disappointing? | {"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": "disappointing"}} | 91c3a36e-a3b8-499e-be25-25e6b4c96bc9 |
Try Rocket League, it's a multiplayer vehicular combat sports game with an E (for Everyone) rating. It's available on PlayStation, Xbox, Nintendo Switch, and PC trough Steam. There are also Linux and Mac releases. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 1492f29b-1c74-41ce-942c-7fc5523b3014 |
Do you know any cheap games that aren't on Linux? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_linux_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_linux_release": false, "specifier": "cheap"}} | f679b146-0b99-4c82-b668-cf26dce61226 |
Grand Theft Auto V is an action-adventure shooter with a lot of driving, developed by Rockstar North 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "developer": "Rockstar North", "genres": ["action-adventure", "driving/racing", "shooter"]}} | d0a8ff96-8ff8-47c3-b769-0bcc827d4b78 |
Since you like indie games, I wonder if you've tried the 2015 adventure role-playing game Undertale? | {"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": "Undertale", "release_year": 2015, "genres": ["adventure", "indie", "role-playing"]}} | 9c2fdd6c-9d9c-42b3-85f3-ac6a0bef91c0 |
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"}} | 0d419626-d083-4cbe-ae95-8193db659b64 |
Give the game Rocket League a try for a multiplayer game that is rated to be good for everyone. You can play it on all the major platforms like PlayStation, Xbox, Nintendo Switch and even your PC. If you like the PC version you can find it on Steam and it will work with Mac or Linux systems as well. It's a fun vehicular combat sports 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"}, "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"}, "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", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 9a7dbac5-4db3-42cf-a87a-d106643e397d |
Have you played any cheap games lately that don't have a Linux release? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_linux_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_linux_release": false, "specifier": "cheap"}} | a51576aa-68bd-4298-9134-47d6c0782cfc |
Grand Theft Auto V is an action-adventure game that involves both shooting and driving. It was developed by Rockstar North and released 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "release_year": 2013, "developer": "Rockstar North", "genres": ["action-adventure", "driving/racing", "shooter"]}} | 0ac87602-f3ab-40b0-ac4b-d26fd8fb4060 |
If indie adventure role-playing games are your thing, you should check out Undertale from 2015. Have you heard of it, by any chance? | {"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": "Undertale", "release_year": 2015, "genres": ["adventure", "indie", "role-playing"]}} | 46c8b89f-54d7-4f86-9b79-176413a31514 |
What do you think is the most classic game made by Hazelight Studios? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["developer", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"developer": "Hazelight Studios", "specifier": "classic"}} | f388c806-7a7f-4af3-8478-c3cdb4acaac2 |
Rocket League is a vehicular combat sports game with multiplayer, rated E (for Everyone). It is released on PlayStation, Xbox, Nintendo Switch, and PC. There is a Linux and Mac release, as well. It is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 9d5c3167-422b-408f-b771-763c9c75c721 |
Do you know of any cheap games without the unnecessary release for Linux? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["has_linux_release", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"has_linux_release": false, "specifier": "cheap"}} | 57469f1f-da39-408f-910e-1466f363279f |
A 2015 indie adventure RPG that I enjoyed is Undertale, are you familiar with 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": "Undertale", "release_year": 2015, "genres": ["adventure", "indie", "role-playing"]}} | 015bb0de-7106-4a63-8cd3-55bb66e52f1a |
What is the last game you played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "last"}} | 2ab7b812-2e93-4054-90d0-1839471c970d |
Lara Croft and the Temple of Osiris is an average action-adventure puzzle shooter. It has 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"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}} | ac1dc318-ebc4-44ad-bcf1-064c2d6ebef1 |
I thought that Lara Croft and the Temple of Osiris was merely average. I think that the developer Crystal Dynamics is just a mediocre developer. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Lara Croft and the Temple of Osiris", "developer": "Crystal Dynamics", "rating": "average"}} | 602a14fa-17de-45f7-95e3-1eaf11ab339d |
A Way Out is a good 2018 action-adventure game for PlayStation, Xbox, and PC. However, you cannot play this on Steam, 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "A Way Out", "release_year": 2018, "rating": "good", "genres": ["action-adventure"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 66246d0a-1b18-4423-ad82-539c62290ccb |
Dance Dance Revolution Universe 3 is a music game, and it was released for Xbox in 2008. | {"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"}}, "required": ["genres", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dance Dance Revolution Universe 3", "release_year": 2008, "genres": ["music"], "platforms": ["Xbox"]}} | 396270ef-7f9a-47f4-bdfb-62d7632bf5d7 |
Mafia is a driving and fighting shooter game that was released for PlayStation, Xbox, and PC. It is available on Steam. It does not have multiplayer support and is not available on Mac or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mafia", "genres": ["driving/racing", "fighting", "shooter"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 8edab989-6555-4d67-b1ec-deab7c07ef36 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.