input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
The Vanishing of Ethan Carter is an indie adventure game that came out in 2014 for PlayStation, Xbox, and PC. There is no multiplayer function. This game is available on Steam, but not 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | e7ca5781-14a7-4b2f-bdd1-93def9a6ea90 |
You mentioned earlier that you think Dance Dance Revolution Universe 3 isn't fun at all. Do you feel that Konami's whole lineup of Xbox games is somewhat like that? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Dance Dance Revolution Universe 3", "developer": "Konami", "rating": "poor", "platforms": ["Xbox"]}} | 9abe440f-759f-48d7-bb47-62b7256c3b70 |
I can't help but wonder why you like third person multiplayer 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}} | 9d977d35-725f-4719-ade9-847acf4e0aa0 |
Madden NFL 15 uses a bird's eye view, which is OK considering its average graphics. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Madden NFL 15", "rating": "average", "player_perspective": ["bird view"]}} | 15896320-41ea-47c0-bd2d-23294ea4fa68 |
The Vanishing of Ethan Carter is an indie adventure game that was released in 2014 for PlayStation, Xbox, and PC. It is available on Steam. It was not released on Linux or Mac, and it does not have a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | e1e4a86b-713e-4bce-aee1-bb518e91bd2f |
In 2011, Might & Magic: Heroes VI, a decent role-playing turn-based strategy, was released. As it is standard with games like this, it has a bird view perspective. It is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "esrb": "T (for Teen)", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}} | 75c65519-ccfd-40ad-af00-f86130a67686 |
I heard you hated Dance Dance Revolution Universe 3. Do you dislike other Konami games on Xbox? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Dance Dance Revolution Universe 3", "developer": "Konami", "rating": "poor", "platforms": ["Xbox"]}} | 48b0b5ae-a575-45e2-ab16-d6176efc8d4d |
What is it about third person games with multiplayer that makes you rave about how awesome they are? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"], "has_multiplayer": true}} | 040b331c-b748-4dd0-9951-91a12235d005 |
I think that Madden NFL 15 was a so-so game. I generally like games like it but the bird view perspective held it back a bit. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Madden NFL 15", "rating": "average", "player_perspective": ["bird view"]}} | 68f0b632-4f1b-4f45-a33d-675a33a1c69d |
The Vanishing of Ethan Carter is a single-player indie adventure game from 2014. It is out on PlayStation, Xbox, and PC, but it is not on Mac or Linux. 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "genres": ["adventure", "indie"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d762a5e9-76bf-4004-bab3-5b7f24699738 |
Tom Clancy's The Division is a multiplayer, role-playing tactical shooter game available on PlayStation, Xbox, PC, and Steam. It is not yet available on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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": "Tom Clancy's The Division", "genres": ["role-playing", "shooter", "tactical"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | c37608ce-b8ba-42a5-a5b2-f7be2429fd73 |
Heroes of Might and Magic III: The Restoration of Erathia is a turn-based strategy with multiplayer. It was released in 1999. | {"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}} | 0c231b8f-168d-4447-b15a-357eeffd8cdd |
You mentioned that Need for Speed: Most Wanted was pretty good. You must enjoy the driving/racing genre quite a bit then, 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"]}} | 4e06e37d-c61f-45d7-93cb-81629cf1b2ba |
Mafia is a third person shooter with driving and fighting elements, for PlayStation, Xbox and PC. It wasn't released for 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mafia", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 6a509e6a-c483-4676-a0d6-4824e49df0ff |
I was wondering, was there any game for the PlayStation that you just felt was revolting? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "revolting"}} | 916812ad-d5a7-41ac-9ffd-a61ebde9f554 |
If you want to play a tactical shooter with your friends, you can give Tom Clancy's The Division a try. It has a role-playing aspect to it too. You can play the game multiplayer on PlayStation, Xbox, as well as PC. However, if you're a Linux or Mac user, you're out of luck. You can get in on Steam though if you have Windows. | {"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": "Tom Clancy's The Division", "genres": ["role-playing", "shooter", "tactical"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 85bd7848-1a5a-48bf-8526-81677705a21e |
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}} | b807a9d5-14b5-4809-a8e1-eef5e225f0c9 |
I know you thought Need for Speed: Most Wanted was pretty fun, however, I'm wondering, do you like other driving/racing games 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"]}} | 3983b752-6c56-48f7-8bc1-f7833beaeaf6 |
Mafia is a third person shooter that was released for PlayStation, Xbox and PC, and has elements of driving and fighting. The game was not released for 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mafia", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 523dd1e0-d623-4480-923b-89b9fc0d41e6 |
Was there ever a PlayStation game you encountered that you felt was just revolting? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "revolting"}} | 597e105b-22c7-4eca-9277-d2be90d0119c |
Tom Clancy's The Division is a role-playing, tactical shooter for PlayStation, Xbox, and PC with multiplayer support. The game is available on Steam, but has no 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"}, "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": "Tom Clancy's The Division", "genres": ["role-playing", "shooter", "tactical"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | cc3d3358-86d1-49cc-8d56-e7fb20910d22 |
Heroes of Might and Magic III: The Restoration of Erathia is a multiplayer turn-based strategy that came out in 1999. | {"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}} | 9212ce88-0bb9-40be-a7c8-82b1c3b20b74 |
Do you typically enjoy driving/racing games, or is Need for Speed: Most Wanted something special? | {"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": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"]}} | 189f9542-a9b4-448a-a398-549efc49bcf4 |
Mafia is a third person fighting shooter game with driving elements. You can play it on PlayStation, Xbox, and PC. Unfortunately, it does not 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Mafia", "genres": ["driving/racing", "fighting", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 132d098b-cf03-427e-85ba-66b108123bfc |
What revolting games are on PlayStation anyway? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "revolting"}} | 66381150-a285-4ed6-ad5b-ce78647ff4cc |
A sport racing game you can play in first or third person is Dirt: Showdown. It's been available on PlayStation, Xbox, and PC since 2012. There's no Mac or Linux support. | {"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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "release_year": 2012, "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 56a7ec44-6c4d-4678-83ee-8bccc03628c5 |
What's a good scary game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "scary"}} | 75a769e8-4f0e-4c0d-a76b-43bf33ae9fb0 |
Speaking of single-player games suitable on 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "has_multiplayer": false, "platforms": ["PC"]}} | 10069db1-3dbe-4bbd-8b46-42d0805c06af |
1990 was the year I first started gaming and I'll always have a soft spot for games from that year. And by far my favorite developer from that time was Nintendo EAD, which is why Super Mario World is possibly my favorite game ever. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent"}} | 8b7dbcb1-aeb0-4394-a281-fe68ec5d664a |
Stronghold 2 is a rare misstep for Firefly Studios. While definitely not bad, the T rated game isn't really good either. | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "esrb": "T (for Teen)", "rating": "average"}} | af7f5f62-0ea6-4cd9-aeaa-aff4981381e5 |
Dirt: Showdown is a sport racing game that came out in 2012. It has a first person and third person player perspective. It can be played on PlayStation, Xbox, and PC. 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"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "release_year": 2012, "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | fe2f8354-48c2-41be-a1f4-38454487184b |
Have you ever played a game that you found scary? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "scary"}} | e08710c8-03cf-413a-b25e-db2ff0f20dfd |
Speaking of single-player games for the PC, one I enjoyed was The Wolf Among Us. 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "has_multiplayer": false, "platforms": ["PC"]}} | ecf44b7e-2608-4764-b024-dfa3a80cc617 |
Super Mario World is Nintendo EAD's effort to create pure fun in physical form, experimentation which took decades and finally culminated in a great success in 1990. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent"}} | e914114a-4542-488c-bb0f-6110aeacebf0 |
For a game from Firefly Studios, Stronghold 2 is so-so. Not bad for a teen rated game. | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "esrb": "T (for Teen)", "rating": "average"}} | 3fd2b719-3385-451c-a0af-569079681590 |
Dirt: Showdown is a sport racing game that can be played in first person and third person view. It was released in 2012, and it can be played on PlayStation, Xbox, and PC. It was not released on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Dirt: Showdown", "release_year": 2012, "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | dbc24e67-9575-4581-ba9d-af8d57328872 |
Have you ever played some really scary games? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "scary"}} | 4272c838-bdeb-4ee0-bd1f-131700499d83 |
One of my favorite single-player PC games is The Wolf Among Us, do you know 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "has_multiplayer": false, "platforms": ["PC"]}} | fd007ce1-d80f-430f-8498-7e9172e5482f |
Super Mario World is the one and only game for me! I think 1990 was the golden age for Nintendo EAD, and this game is simply la crème de la crème. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Super Mario World", "release_year": 1990, "developer": "Nintendo EAD", "rating": "excellent"}} | 995bb3ff-7fec-4666-9e8a-6da9f05328cd |
I feel that Stronghold 2 was merely average. Firefly Studios is a competent developer, but the T rating prevented the game from really exploring its setting properly. | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "esrb": "T (for Teen)", "rating": "average"}} | 912a6d6c-58c3-49a7-b2aa-775ba9a7255b |
Oh, do you mean the game without multiplayer, The Room? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Room", "has_multiplayer": false}} | 8880b162-78f3-419c-8feb-b189287ff168 |
Speaking of third person games, have you played 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "player_perspective": ["third person"]}} | 30b7efea-4f3d-48d7-8bd3-aab1edc12c21 |
Please clarify, do you mean The Room that has no multiplayer? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Room", "has_multiplayer": false}} | a2333a8c-63f7-4224-a6ec-be7a7a50dd2e |
Speaking of third person perspective games, have you played 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "player_perspective": ["third person"]}} | 287fe167-6a86-4521-94f8-198a52192ea0 |
The Vanishing of Ethan Carter is an average indie adventure game from 2014. Its single-player campaign, developed by the Astronauts, is presented entirely 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "has_multiplayer": false}} | 80116e2f-449a-4fdb-84d9-2c07a116bb33 |
Sid Meier's Civilization V is a good turn-based strategy simulation game. It has a bird view and multiplayer, and was released in 2010 by Firaxis 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "developer": "Firaxis Games", "rating": "good", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 5f30d962-67dc-42e4-a0e7-258d5e829856 |
Undertale is an indie bird view adventure role-playing game. It runs on PlayStation, Nintendo Switch, and PC. It is also on Mac and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | e66b882a-8727-413c-ad2e-2f258ea646b0 |
Are you asking about the single-player only The Room? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Room", "has_multiplayer": false}} | a84769e3-42f4-4b33-8bdc-7d126d55da73 |
Since you like third person games I think you'd enjoy The Wolf Among Us. Have you played 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Wolf Among Us", "player_perspective": ["third person"]}} | e9251136-3b24-4a35-b511-8113fcded9d2 |
The Vanishing of Ethan Carter was developed by The Astronauts and released in 2014. It is a first person indie adventure game. This single-player game received an average rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "has_multiplayer": false}} | 50bdb190-04c0-45c4-ba7c-3fd1b9ee5d54 |
In 2010 Firaxis Games released a multiplayer simulation and turn-based strategy game called Sid Meier's Civilization V. It has been getting good reviews online especially with its bird view perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "developer": "Firaxis Games", "rating": "good", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 1dad35cb-d168-4d4b-bbee-f89628e412cf |
Undertale is an indie adventure RPG played in bird view. It is available on PlayStation, Nintendo Switch, and PC, including releases for 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | bd0cd83a-ca36-4e37-801b-74915f366eba |
The developer Guerrilla Games released Horizon: Zero Dawn in 2017. It is on the PlayStation platform and is a third person action-adventure, role-playing, 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "release_year": 2017, "developer": "Guerrilla Games", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | f5bb8c78-f0c6-426c-9f6a-c09826d9b7a5 |
The sport simulation game, NHL 15, is developed for PlayStation and Xbox only, and rated E 10+ (for Everyone 10 and Older). It is played from a bird view perspective and 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | 247cffd8-3180-4174-b09c-9aef2913fefd |
Sid Meier's Civilization V is a solid turn-based strategy game released in 2010. The bird view simulation game was developed by Firaxis Games, and offers a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "developer": "Firaxis Games", "rating": "good", "genres": ["simulation", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 22c4ffb9-b2ac-44c5-ae6f-3d4af4d1a0a2 |
Undertale is an indie adventure role-playing game from a bird's eye view. The game was released for PlayStation, Nintendo Switch, and PC, as well as 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "has_linux_release": true, "has_mac_release": true}} | b081056c-f9e0-46d9-8b1b-6869d20bd8ff |
Horizon: Zero Dawn was released as a PlayStation Exclusive by Guerrilla Games in 2017. It's an amazing action-adventure, third person shooter RPG. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "release_year": 2017, "developer": "Guerrilla Games", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 41e4a2e5-ba5c-46be-8d30-2212110d9c1b |
NHL 15 is a sport sim almost everyone can play thanks to its E 10+ rating. It's limited to a bird's eye view, but you can play on PlayStation and Xbox with your friends because there is even a multiplayer feature. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | c63c1ed5-0d5a-495e-9b4b-f7f18175b64c |
So what is it about action-adventure platformers that makes you enjoy them? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "genres": ["action-adventure", "platformer"]}} | 5dd56f59-411f-44d3-a06a-1f964c4ee6d1 |
NHL 15 is an E 10+ rated sports sim for PlayStation and Xbox only. It uses a strategic bird view perspective, and has 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NHL 15", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}} | c44d2f4c-61ee-436f-a9e5-b9869e29deb2 |
If you like first person indie adventure games, then you should try the 2014 game developed by The Astronauts, called The Vanishing of Ethan Carter. It has an average rating and no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "developer": "The Astronauts", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"], "has_multiplayer": false}} | 021b3c6d-b073-4608-bc1f-9b1c579f1732 |
Hey, so what is it about action-adventure platformers that you enjoy? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "genres": ["action-adventure", "platformer"]}} | 3745b713-10e8-4fe6-a8d3-ac5383896fe5 |
Horizon: Zero Dawn is an action-adventure third person shooter that came out in 2017 by Guerrilla Games. This role-playing game is available for PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "release_year": 2017, "developer": "Guerrilla Games", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | f9bc0771-dc8b-48aa-afe9-cfb32954a1c2 |
Do you mean Ancient Cities, coming December 1, 2018? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}}, "required": ["exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018"}} | b881fda2-5955-4805-a958-ce38f4a8c7f4 |
SpellForce 3 is a pretty bad game. The developer Grimlore Games is clearly a bunch of no-talent hacks, and 2017 was a terrible year for games anyway. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "rating": "poor"}} | 6c9d8e72-9782-4b6a-9878-a9a4fb15736c |
Why is it you find action-adventure platformers so good? | {"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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "genres": ["action-adventure", "platformer"]}} | 0a578d9d-1595-4903-90e7-39da8a2cc691 |
Euro Truck Simulator was released in 2008 by SCS Software, but this game had poor success. If you are looking for a first person driving simulation game, you're better off looking elsewhere. | {"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": "Euro Truck Simulator", "release_year": 2008, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}} | 4b5f4020-7f11-4255-9d15-437eb31a8be2 |
I'm wondering, what would you say is the most tearjerking video game you know of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "tearjerking"}} | 05277112-ad2f-4ace-85eb-5a06035dabeb |
You mean the Ancient Cities that's not coming out till December 1, 2018, right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}}, "required": ["exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018"}} | 31fe15d2-4637-4a6d-9697-862a8d4e3242 |
I wanted to like Grimlore Games' 2017 entry, but in SpellForce 3 they just didn't get anything right. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "rating": "poor"}} | 600c5756-f337-4a45-a624-129aba6c02a4 |
Euro Truck Simulator is a poor driving sim played in the first person view. SCS Software developed the game 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"}, "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": "Euro Truck Simulator", "release_year": 2008, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}} | da0cc78d-dedd-4db4-807d-9d1aaa35f4a3 |
Have you ever played a game that was actually tearjerking? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "tearjerking"}} | d5fe0aa5-d878-45a7-890f-147e5e2e2366 |
Do you mean the Ancient Cities that is expected to be released on December 1, 2018? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}}, "required": ["exp_release_date", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018"}} | b4e79f20-8ec4-4961-b488-86c436c1c27a |
I think SpellForce 3 is really, really bad. It's made by Grimlore Games and their games are always terrible, but it also came out in 2017, which was an especially bad year for them. | {"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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "release_year": 2017, "developer": "Grimlore Games", "rating": "poor"}} | 2a4c10e2-ba20-4942-9cee-76f377e681f4 |
God of War was released in 2018 for PlayStation. It's an excellent action-adventure, platformer, role-playing game that is played in third person. There is no multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 526dad30-ad1f-4cbc-9d0b-94d08fba0f40 |
A rather poorly-rated game from 2008 is SCS Software's Euro Truck Simulator. You can only play this driving simulation game 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": "Euro Truck Simulator", "release_year": 2008, "developer": "SCS Software", "rating": "poor", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}} | 9ff2fe8b-7c51-4e06-9104-9f6c17d7ac99 |
Do you remember any video games that were somewhat tearjerking? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "tearjerking"}} | 48cfe63e-6b4e-4b08-b936-f14540366203 |
Are you interested in indie adventure RPGs that use a bird view perspective, such as Undertale? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | 56a35a82-171c-44f6-bde8-ee62a1f64d0f |
If you're looking for a Nintendo game that was specifically developed by Nintendo EAD, Super Mario World is one. Have you played it before? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "platforms": ["Nintendo"]}} | 6f9cc4df-cf3e-48b3-9b6b-c6c08c5ad8ec |
I was wondering, do you play any indie adventure RPGs that have a bird view perspective, like for example Undertale? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | cad000d0-a473-4021-962b-08f2e7caaa26 |
The 2018 PlayStation exclusive game, God of War, has gotten excellent ratings. The single-player game is popular for its adventure-filled action, platforming, and role-playing capabilities. The players play from a third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 5700974c-df0c-494f-bb84-b3f04cebb6ad |
Since you're into Nintendo games, have you tried Super Mario World by Nintendo EAD? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "platforms": ["Nintendo"]}} | 4dd121ee-bf01-4d88-ab78-1a23b1593028 |
Euro Truck Simulator was a poor driving/racing simulation game for the PC and Mac, but not for Linux. You can get it on Steam, but keep in mind it 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | fa35a9f0-ed79-41e7-9a74-b3c5b75cd604 |
What do you think about indie adventure RPGs with a bird view, like Undertale? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "genres": ["adventure", "indie", "role-playing"], "player_perspective": ["bird view"]}} | 73deeff7-42dc-4503-955e-777ff176f468 |
BioShock is a good role-playing, action-adventure, shooter that released for PlayStation, Xbox, and PC in 2007. It is available on Steam, and it has a Mac release but not a Linux release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 9c62933b-5c0d-4852-826b-fab992a14377 |
When I think of the Nintendo platform, the first thing that comes to mind is Nintendo EAD's Super Mario World. 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"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Mario World", "developer": "Nintendo EAD", "platforms": ["Nintendo"]}} | 4195432b-8e67-49bf-a0c6-5e45ff325cf6 |
Resident Evil 4 is a third person shooter game. Even though it doesn't have multiplayer, I would recommend it to anyone who enjoys action-adventure 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Resident Evil 4", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 63225e78-8b60-4a2d-acaa-7367c3fa5e09 |
God of War is a role-playing, action-adventure, platformer released in 2018 for PlayStation. The game received an excellent rating. Even though it's not multiplayer, you get to play 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"}, "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"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | 9d4b2b22-3d62-4ccb-bd10-0faa3a0ad06a |
Since you've got a Mac, I wonder if you've tried The Forest of Doom yet? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "has_mac_release": true}} | a351cd83-5c69-4ce2-93de-9e5c0f723dea |
Euro Truck Simulator driving/racing, simulation game with no multiplayer. It's out on PC, Steam, and Mac with no Linux release. It got poor reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | f5b6b888-4ba3-4d2d-b9b9-4b0d98ab6904 |
Resident Evil 4 is a single-player action-adventure shooter with 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Resident Evil 4", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | 745578d8-6bbc-4f5e-b855-f6e420b46e32 |
MotorStorm: Apocalypse is a T-rated vehicular combat game with poor user ratings. It was made for PlayStation and released in 2011. | {"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": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "rating": "poor", "genres": ["vehicular combat"], "platforms": ["PlayStation"]}} | 120bed52-f820-4ea6-abda-be9b0a827c37 |
Ever heard of The Forest of Doom on Mac? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "has_mac_release": true}} | 216999be-beb4-4ef7-892c-b712ab0af05d |
Resident Evil 4 is a third person action-adventure shooter with no multiplayer features. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Resident Evil 4", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": false}} | f3dac4e0-8895-4e7d-9562-57d37c48db1f |
BioShock is a good action-adventure role-playing game that came out in 2007 for PlayStation, Xbox, and PC. The shooter game is not available on Linux, but is available on Mac and Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 370f633d-3112-4c05-b58e-42960c5cbc89 |
MotorStorm: Apocalypse is a vehicular combat rated T (for Teen) that was released for PlayStation in 2011. It got a poor reception. | {"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": "MotorStorm: Apocalypse", "release_year": 2011, "esrb": "T (for Teen)", "rating": "poor", "genres": ["vehicular combat"], "platforms": ["PlayStation"]}} | 9969adb8-515b-4560-b271-4fb461038037 |
If you like Mac games, you should give The Forest of Doom a try. Have you heard of it before? | {"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_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["has_mac_release", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "has_mac_release": true}} | 6e18e85a-4f90-41ac-91d6-5bb0bec5fa99 |
If you like driving/racing simulators, try Euro Truck Simulator. It can be played on PC, and though it's received some poor ratings and doesn't have multiplayer support or a Linux release, it can be played on Mac as well and is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "rating": "poor", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 6e4f7332-34b7-47af-8303-e78669f31bfe |
I know you like single-player games you can play on the Xbox. Have you played 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Witcher 3: Wild Hunt", "has_multiplayer": false, "platforms": ["Xbox"]}} | d29520fd-ed2a-496b-8511-2b5600869175 |
BioShock was good. It was released in 2007 on PlayStation, Xbox,PC, and Mac, but no Linux. It's an action-adventure, role-playing and shooter game, and you can find it on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 349eeb07-9863-45aa-966a-4ce4d7c78460 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.