input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Driver, by Reflections Interactive, is a single-player driving simulator with average ratings. It is available on PlayStation and PC. It is not available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "rating": "average", "genres": ["driving/racing", "simulation"], "has_multiplayer": false, "platforms": ["PlayStation", "PC"], "available_on_steam": false}} | 7fce40b2-8171-46a0-8326-5d874fdc5516 |
I remember you saying that The Forest of Doom was an okay game. Would you say other PC games from 2014 are mostly just okay games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "platforms": ["PC"]}} | f4995566-44a4-4c81-95ca-780d27d40b2b |
Can you recommend to me an absorbing first person game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "absorbing"}} | 19514a09-2b98-47ec-9b4b-602d39febff1 |
Stronghold 2 by Firefly Studios is an RTS sim for PC. There are no Linux or Mac releases. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "genres": ["real-time strategy", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | 958c9570-6d9c-4a57-a1ef-ce44b6f855e0 |
StarCraft is a real-time strategy that has been released for PC only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "genres": ["real-time strategy"], "platforms": ["PC"]}} | 6ff23320-c1a9-4426-a0bd-95c37c4e5c5c |
I think The Elder Scrolls Online is okay. I normally really enjoy MMORPGs but I don't think ZeniMax Online Studios really knows what they're doing with that genre. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "rating": "average", "genres": ["MMORPG"]}} | bd60e65b-9c29-49fc-9dbc-118d4cee16b9 |
SpellForce 3 is a poor real-time strategy that came out in 2017 for PC only. The role-playing game is also 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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "rating": "poor", "genres": ["real-time strategy", "role-playing"], "platforms": ["PC"], "available_on_steam": true}} | acce1c00-9074-4fbe-88c9-5f5a8c8331f4 |
Have you played any first person perspective games lately that you would say are really absorbing? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "absorbing"}} | 2292acd9-7921-403f-83f1-795acd26f062 |
Stronghold 2 by Firefly Studios is a real-time strategy simulation game for PC, but it is not supported on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "genres": ["real-time strategy", "simulation"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | ef493691-c687-4141-9a9f-dc8db18af092 |
StarCraft is a real-time strategy that runs on PC only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "StarCraft", "genres": ["real-time strategy"], "platforms": ["PC"]}} | 656e8b89-a103-4bbf-8623-b82aa01b4296 |
I like the style of games made by ZeniMax Online Studios, but MMORPGs are so demanding to play. That's why my opinion on The Elder Scrolls Online is that I could take it or leave it, it's average I guess. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "rating": "average", "genres": ["MMORPG"]}} | 81e23dba-229d-48d4-ab91-d8865d25b0ea |
SpellForce 3 is a real-time strategy, role-playing PC game available on Steam. It was released in 2017 and is rated poorly. | {"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"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "rating": "poor", "genres": ["real-time strategy", "role-playing"], "platforms": ["PC"], "available_on_steam": true}} | 87c10554-6f22-435a-bd90-80d9820b8baa |
What's a first person game you know of that you felt was absorbing? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "absorbing"}} | 3c292b1b-bb93-4d1b-aa64-840e3baa0b5a |
An option for a role-playing and turn-based strategy game would be Might & Magic: Heroes VI, which was released in 2011 with average ratings. The developer Black Hole Entertainment created the game with 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "developer": "Black Hole Entertainment", "esrb": "T (for Teen)", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}} | d6e57364-3b9a-463f-b0a0-7c21d84eab4e |
F1 2014 is a sport racing simulator that came out in 2014. The sport game has support for both first person and third person as well. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | 26182ac0-4cd9-4ca8-b184-0756b2afe1ae |
SpellForce 3 is a poorly-rated role-playing real-time strategy game. It was released in 2017 for PC. You can get it through Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "SpellForce 3", "release_year": 2017, "rating": "poor", "genres": ["real-time strategy", "role-playing"], "platforms": ["PC"], "available_on_steam": true}} | 4dfd1c55-2425-44cd-9bd3-a76fa9460088 |
So a moment ago you said that The Forest of Doom was an okay game, but nothing special. Would you be inclined to say that PC games released in 2014 have just a limited entertainment value now? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "rating": "average", "platforms": ["PC"]}} | 24653b2e-84c5-432b-aec4-c46af4882212 |
Might & Magic: Heroes VI is a turn-based strategy RPG that supports multiplayer and was released in 2011 it received overall average reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 2c57aa63-f76b-4c7b-b610-c9fa5f64af21 |
The turn-based role-playing strategy game Might & Magic: Heroes VI by Black Hole Entertainment is considered an average game by reviewers. The bird view perspective video game was released in 2011 and 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "developer": "Black Hole Entertainment", "esrb": "T (for Teen)", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}} | fdb13af0-4fad-4083-bcfb-d25dc8f1927c |
F1 2014 was released in 2014 as a sport racing sim with first and third person perspectives. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | 6984a2c0-1492-4bbb-b02d-846874e914c2 |
Is playing multiplayer games something you're always up to, or was Uncharted 4: A Thief's End an unusually good one? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "has_multiplayer": true}} | 7f08dc63-b342-44e8-9008-c30dd9ee0c4f |
Do you mean Heroes of Might and Magic III: The Restoration of Erathia with a bird's eye view, for PC? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "player_perspective": ["bird view"], "platforms": ["PC"]}} | d26efea5-1e23-46bf-b351-790650e2a2de |
Might & Magic: Heroes VI is a decent multiplayer role-playing turn-based strategy 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | da0d80cc-79dc-4c9e-9cd5-486a5fb51dfb |
Might & Magic: Heroes VI was released in 2011 by developer Black Hole Entertainment with an average rating. This bird view perspective game is rated T (for Teen) and was placed in the genre of role-playing and turn-based strategy. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "developer": "Black Hole Entertainment", "esrb": "T (for Teen)", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"]}} | 66d9dbec-c9a5-422d-bd9a-d751e767081a |
F1 2014 is a 2014 sport racing simulation game. It can be played in both first and third person perspectives. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "F1 2014", "release_year": 2014, "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"]}} | 97e10172-45a2-4fa7-a774-fdeb66876653 |
Previously you told me that you did not like Tomb Raider: The Angel of Darkness. Would you say it simply doesn't make sense to even release action-adventure shooter games with a teen rating? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"]}} | 71136ed6-2d78-4644-afa8-3e969f7bb066 |
I know you thought that Uncharted 4: A Thief's End was a truly excellent game. Do you also love other games that have a multiplayer option? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "has_multiplayer": true}} | aa9eb62b-f04b-455d-9d9c-0caea272acf3 |
Do you mean the PC game, Heroes of Might and Magic III: The Restoration of Erathia, featuring a bird's eye view? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "player_perspective": ["bird view"], "platforms": ["PC"]}} | e1dcf9d8-190a-4e39-81e3-c0dbf7f100f2 |
Might & Magic: Heroes VI is a role-playing turn-based strategy, released in 2011. It has an average rating, but 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true}} | 8ea7a5f1-0b13-4e18-b037-f7dc454ad7fc |
I recently played the sports game Tony Hawk's Pro Skater 3. It was made by the developer Neversoft Entertainment for PlayStation, Xbox, Nintendo, as well as PC via Steam. It was not released for Linux, but it has a Mac 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "genres": ["sport"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 60d9692f-2640-4330-ad89-bf8243f6c537 |
Rollcage is of average quality I'd say. Attention To Detail is normally an solid developer, but I just am not a huge fan of games with a third person perspective. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "developer": "Attention To Detail", "rating": "average", "player_perspective": ["third person"]}} | 8586ac3a-9a2b-45e2-86b2-364499899669 |
I know you didn't like Tomb Raider: The Angel of Darkness. Do you dislike other action-adventure shooters that are rated T (for Teen)? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"]}} | d1febad4-c286-431e-ad82-d08672efa86f |
You've told me before that you love Uncharted 4: A Thief's End. Is that because you enjoy multiplayer games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Uncharted 4: A Thief's End", "rating": "excellent", "has_multiplayer": true}} | 5ca98cf0-aaed-4624-bb13-73b092433178 |
Is the Heroes of Might and Magic III: The Restoration of Erathia you're talking about the one with the bird view perspective that's for the PC? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "player_perspective": ["bird view"], "platforms": ["PC"]}} | a9893453-05ab-48d3-abc8-d37e74f1a160 |
Small World 2 is a poorly rated indie trivia/board game with multiplayer released for PC, Mac, and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "rating": "poor", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}} | 33e602c8-5831-4d63-bee7-3aa8052cd238 |
Tony Hawk's Pro Skater 3 by Neversoft Entertainment is a sports game. It is available on PlayStation, Xbox, Nintendo, and PC, and is supported on Mac. However, it is not on Linux and is not available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "genres": ["sport"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 905946a1-5b80-4b16-a776-5afe3a5b6cfb |
Rollcage is an okay game. I don't really like games made by Attention To Detail normally, but the third person perspective they used made it not entirely bad at least. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "developer": "Attention To Detail", "rating": "average", "player_perspective": ["third person"]}} | 2cf32887-1b5c-4d76-aada-5d1a9dc2f3a5 |
You mentioned you didn't care for Tomb Raider: The Angel of Darkness. Do you just not dig T (for Teen) rated action-adventure games with shooting? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "esrb": "T (for Teen)", "rating": "poor", "genres": ["action-adventure", "shooter"]}} | dde2e1fd-69d0-436b-b0f5-04bf5198a21b |
I bet you like it when you can play games on Steam, like Worms: Reloaded, right? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "available_on_steam": true}} | 254313f4-a15e-42a4-b335-9430dc89a096 |
From the folks at Fireproof Games comes their latest game, The Room. Made just for PC fans, this indie point-and-click puzzle game will have you rockin' all day. Start your fun by visiting your Steam account. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"], "available_on_steam": true}} | 956eeb8c-cc8d-46f5-9b5f-18af70c695f1 |
Small World 2 is a poorly rated indie multiplayer trivia/board game for PC, Mac, and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "rating": "poor", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}} | 67b26150-3df8-44ab-9260-d7539a519c21 |
Tony Hawk's Pro Skater 3 is a sports game by Neversoft Entertainment for PlayStation, Xbox, Nintendo, and PC. This game is not available on Steam and cannot be played on Linux, but it can be played on Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "genres": ["sport"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 01fa11af-fc6c-4eea-86cb-f7a173bb0d0f |
Rollcage was an okay third person game, but the lack of dedication of Attention To Detail really sets it back. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "developer": "Attention To Detail", "rating": "average", "player_perspective": ["third person"]}} | 3d73468d-4818-4fbe-8c89-1a7e522f8b79 |
Which game developer do you think is the best? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 67998fd6-958d-443e-963f-0b6ee2df2ca2 |
Have you ever played a game on Steam, such as Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "available_on_steam": true}} | 3ea8f7e9-550a-4618-9fc8-88c76c5eb97e |
The Room, by Fireproof Games is an indie, point-and-click puzzle game for the PC. It's 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"], "available_on_steam": true}} | dcd6e55b-f8dc-4579-a522-d0ac69b8c6f6 |
Small World 2 is an indie trivia/board game with multiplayer developed for PC, Linux, and Mac. It received 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"}, "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", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Small World 2", "rating": "poor", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}} | 86289aae-0201-47ba-8077-e3804e89398f |
The Forest of Doom is a role-playing text adventure game released in 2014 by Tin Man Games. It has an average rating, but 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 39fbc9d7-5c24-401c-97b9-81c60903d4eb |
Diablo II is a good hack-and-slash role-playing game with multiplayer availability. It was released for PC in 2000. It is available for Mac but not for Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "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", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Diablo II", "release_year": 2000, "rating": "good", "genres": ["hack-and-slash", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | 5e53906f-49ab-4997-92d1-187c9d30b1c8 |
Would you say you prefer a certain developer? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 7b4823d1-abbe-4d05-9b8b-2cd6e14988bb |
Do you enjoy other games on Steam, I don't know, like Worms: Reloaded? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Worms: Reloaded", "available_on_steam": true}} | 5c44b329-a639-45f0-83a5-d81edd76e1aa |
The Room is a indie point-and-click puzzle game developed by Fireproof Games. You can only play it on PC, but it's 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"], "available_on_steam": true}} | 588f2118-307f-442c-8732-41bb9459b5fa |
Teenagers will love the simulation and strategy game that is The Sims. The bird view game has good ratings but no multiplayer option. | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "esrb": "T (for Teen)", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | df377f86-1552-483e-bd36-a8f356f8ed50 |
Tin Man Games released a single-player text adventure RPG in 2014 called The Forest of Doom. It received average reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 2986d8d3-4bc2-4309-ba37-d7d293c99abb |
Diablo II is a good hack-and-slash RPG from 2000. It is a multiplayer game. It is available for PC and Mac but not Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "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", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Diablo II", "release_year": 2000, "rating": "good", "genres": ["hack-and-slash", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | b26388f7-71b3-43f1-b3be-63d9dcce2437 |
What developer is top notch, in your mind? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 76e98793-e262-4b3b-bc20-9c2b5d773609 |
You said you loved The Legend of Zelda: Ocarina of Time. Do you often tend to play similar Nintendo games that are also rated E? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "esrb": "E (for Everyone)", "rating": "excellent", "platforms": ["Nintendo"]}} | cd572755-172b-4f4d-9ba8-780dddd0976c |
Payday 2 by Overkill Software is a multiplayer 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Payday 2", "developer": "Overkill Software", "genres": ["role-playing", "shooter"], "has_multiplayer": true}} | b856cce1-5b2c-4592-b34f-03092875e10e |
The Sims is a simulation strategy game that gives the player a bird view perspective. It has good likability and is rated T (for Teen). There is no multiplayer, however. | {"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"}, "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": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "esrb": "T (for Teen)", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | cdf8f503-5713-4c5c-a0f0-3df672355dd0 |
The Forest of Doom was developed by Tin Man Games, and was released in 2014. It's an average role-playing text adventure game. 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "release_year": 2014, "developer": "Tin Man Games", "rating": "average", "genres": ["role-playing", "text adventure"], "has_multiplayer": false}} | 5e46d47c-67c3-47e2-93f9-ef7d581f5e72 |
A good hack-and-slash, role-playing game is Diablo II released in 2000. It has a multiplayer mode. It came out on PC and Mac but not on Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}, "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", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Diablo II", "release_year": 2000, "rating": "good", "genres": ["hack-and-slash", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": true}} | df030ebf-6636-42bf-9b09-c6dfdae39d18 |
You said that you really enjoyed Metal Gear Solid 3: Snake Eater. Are you fond of mature bird's-eye view games in general? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "esrb": "M (for Mature)", "rating": "excellent", "player_perspective": ["bird view"]}} | 2283cdc5-fda8-44b5-b253-5c5ef84de15d |
I recall you saying that you really enjoyed The Legend of Zelda: Ocarina of Time. Are you typically a big fan of games on Nintendo rated E (for Everyone)? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "esrb": "E (for Everyone)", "rating": "excellent", "platforms": ["Nintendo"]}} | 19083a71-ff0a-4774-a9bd-6df050afc13b |
Overkill Software developed the shooter game, Payday 2, with role-playing elements and multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Payday 2", "developer": "Overkill Software", "genres": ["role-playing", "shooter"], "has_multiplayer": true}} | 7f6e895b-48dc-4529-80a1-47ce222f7b43 |
The Sims is a single-player bird view simulation strategy game. It has received good ratings, and is rated T (for Teen). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Sims", "esrb": "T (for Teen)", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | a51ce496-b0e5-4237-b72b-4c8be511ea1c |
Have you ever played a game that you just felt was way over-complicated? | {"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": "over-complicated"}} | 78860fc7-e28d-477e-a675-465632d41308 |
You said you didn't really like Small World 2. Weren't there any other PC games released in 2010 that you liked? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "release_year": 2010, "rating": "poor", "platforms": ["PC"]}} | a3e5203f-da80-41bb-9117-b2ea1c7f0183 |
Metal Gear Solid 3: Snake Eater sounds like your favorite game of all time, hands down. Would you say you like to play games with mature content rating in general, especially with a bird view perspective? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "esrb": "M (for Mature)", "rating": "excellent", "player_perspective": ["bird view"]}} | 82d7ec50-070c-400f-bae4-9a630a70b43f |
So since you mentioned that you absolutely loved The Legend of Zelda: Ocarina of Time, it got me curious about something. Do you also love Nintendo's lineup of other E rated games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "esrb": "E (for Everyone)", "rating": "excellent", "platforms": ["Nintendo"]}} | 13c49a17-5c80-4740-b01d-00b01b0ac87a |
Payday 2 is a role-playing shooter that was developed by Overkill Software, and it does have multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Payday 2", "developer": "Overkill Software", "genres": ["role-playing", "shooter"], "has_multiplayer": true}} | afbca44f-3b9a-4777-8879-69f79cd44c8c |
SpellForce 3 is an overall lackluster RPG/RTS. Basically, the only thing it got right was the bird view perspective, but everything else is just subpar. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"]}} | e5e638b2-50f7-4d4b-bcb5-9777b428cc13 |
Have you played any over-complicated games recently? | {"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": "over-complicated"}} | 6a8e2128-f0a1-4a8d-92c1-4b8836b8255d |
Earlier you mentioned disliking Small World 2. Are you generally not fond of PC games from 2010? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "release_year": 2010, "rating": "poor", "platforms": ["PC"]}} | f0b115dc-91d6-41d7-958b-8ef75eff1688 |
You said earlier that you love Metal Gear Solid 3: Snake Eater. Are you always a fan of M (for Mature) rated games with a bird view perspective? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "esrb": "M (for Mature)", "rating": "excellent", "player_perspective": ["bird view"]}} | fcf3d87e-f820-47a8-9eee-094c9cd8d1cd |
So what is it about the games that were released in 2005 that you find so excellent? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2005, "rating": "excellent"}} | e5941228-5351-4611-84fc-1963ab616f82 |
Which perspective is the one that you prefer the most? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 78428374-3da7-4b87-beb2-e4f49381f6e0 |
SpellForce 3 is a really bad game. The attempt to blend the RTS and RPG genres together just doesn't work, and the bird view perspective makes playing it confusing. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"]}} | cba6d66a-fb0e-4d6a-9233-ddf8fbc8dba2 |
Have you ever encountered a game that just felt over-complicated? | {"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": "over-complicated"}} | 14bb9576-1989-413b-8261-7fd37a4e3497 |
You said that you disliked Small World 2. So does that mean you mostly dislike PC games from 2010? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Small World 2", "release_year": 2010, "rating": "poor", "platforms": ["PC"]}} | 49bdf8e7-6d60-4b2a-be80-30e764587421 |
I don't mind saying that I am quite keen on Life is Strange. It's just one of the many enjoyable games that Dontnod Entertainment gave us in 2015! | {"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": "Life is Strange", "release_year": 2015, "developer": "Dontnod Entertainment", "rating": "good"}} | f619f7d1-f342-438d-83ab-382c94d92daa |
What is it about 2005's games that you think are so great? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2005, "rating": "excellent"}} | 7a814448-1945-4e87-9d39-a005c19014ed |
Is there a certain player perspective that you prefer over others in games you play? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | fa42391d-6bef-4f06-9729-b4101c6d0988 |
I think that SpellForce 3 is one of the worst games I've ever played. Trying to combine the real-time strategy and role-playing genres just doesn't work, and the bird view perspective makes it near impossible to play. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "SpellForce 3", "rating": "poor", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"]}} | e416f9e5-5627-488e-831e-bc38c1885782 |
What's a visually impressive game that you played lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "visually impressive"}} | e3127156-0f36-43bd-9cca-b8812fb13934 |
I can't say I liked Dirt: Showdown, so I don't know if I would recommend it unless you really like first person games developed by Codemasters Southam. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "developer": "Codemasters Southam", "rating": "average", "player_perspective": ["first person"]}} | 1ba555af-2ec6-40ad-af97-c95323ebc7dc |
I enjoyed playing Life is Strange. I liked most games in 2015, though Dontnod Entertainment managed to make it a tad better than the others. | {"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": "Life is Strange", "release_year": 2015, "developer": "Dontnod Entertainment", "rating": "good"}} | f904e532-5d49-4406-a318-fd09cb074a59 |
What is it about games released in 2005 that makes you think it's such a fantastic year for video games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2005, "rating": "excellent"}} | 9e35b408-4b3b-49fc-8973-d8a7f9fe0841 |
What is your favorite gaming perspective? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 0be01eec-5670-4df0-b7bf-2a699c3628c0 |
Assetto Corsa is a good racing simulator. You can drive your car from first or third person view, and if you want a good multiplayer sport racing game, I'd recommend it. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | d4d3612b-a46b-4422-ab08-ebbcfc3dba36 |
Can you suggest a really visually impressive game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "visually impressive"}} | bd8fd775-ae5b-4d33-830a-33c8d8e2e834 |
Codemasters Southam popped out a pretty average first person game in Dirt: Showdown, I think. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "developer": "Codemasters Southam", "rating": "average", "player_perspective": ["first person"]}} | 15c212a6-c04c-4b71-aa28-0581fa8002b6 |
Initially I thought that Dontnod Entertainment was a mediocre studio, but their performance on 2015's Life is Strange really changed my mind. Such a nice 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"}, "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": "Life is Strange", "release_year": 2015, "developer": "Dontnod Entertainment", "rating": "good"}} | 9b77e057-c250-452f-a546-c82540c19f23 |
Do you prefer any specific player perspective over the others when you play games? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 70b3828a-1205-4991-8e77-e5098b5a75cf |
Assetto Corsa is a good sport racing simulation game that offers multiplayer. It can be played in either first person or third person view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | f38480f0-64cc-4d08-9264-f38d91ea1944 |
Have you encountered any visually impressive video games lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "visually impressive"}} | c0164e78-e2d8-4074-8a4d-74b286a5006d |
I thought Dirt: Showdown was just ordinary. Codemasters Southam's choice of a first person perspective was not a smart one. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Dirt: Showdown", "developer": "Codemasters Southam", "rating": "average", "player_perspective": ["first person"]}} | 7a6e671e-45a1-4356-8ee3-3c1a59a41234 |
I'm wondering, what is it about the action-adventure shooters made by Naughty Dog that makes you love them so much? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Naughty Dog", "rating": "excellent", "genres": ["action-adventure", "shooter"]}} | 8201c2d7-9b41-48f0-9351-0c0fe3323657 |
What is your preferred player perspective in video games? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 20acadc2-4343-44f9-adbc-20dfc64826e6 |
Assetto Corsa is a good sport racing simulation game. It can be played in third person, or switched over to first person, and can also be played multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Assetto Corsa", "rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | f187e2a1-96a1-44d7-b65c-a80269b6635f |
RollerCoaster Tycoon is a good simulation and strategy game played from a bird's eye view. It was released in 1999 and has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "RollerCoaster Tycoon", "release_year": 1999, "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "has_multiplayer": false}} | 8f57deec-42f8-4114-b557-016425f083ae |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.