input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Life is Strange is a good game. I have a fondness for games released in 2015 like it, and it's for the PC which is my preferred platform. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "platforms": ["PC"]}} | e426490c-3a0b-4359-aba4-27b12d33d609 |
I recall that you were not that fond of Little Big Adventure. Does single-player gaming on the PlayStation quickly get boring for you? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "rating": "average", "has_multiplayer": false, "platforms": ["PlayStation"]}} | f4c566a5-f00c-4e05-a6b7-662a9c19cca8 |
What is it about the bird view perspective games released on Steam that makes you dislike them 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "poor", "player_perspective": ["bird view"], "available_on_steam": true}} | 5ad18ad9-c242-4137-846d-76b9055aed9d |
Undertale is an indie adventure role-playing game with an excellent rating. It's available on PlayStation, Nintendo Switch, and PC. You can also buy this game on the Steam store. If you were wondering if this game has a Linux or Mac release, the answer is yes and yes. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 4d95f969-f703-4f5a-aa72-994bb1dafe2a |
I often enjoy a game of Life is Strange. In fact, it's one of the few PC games I like that were released back 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"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "platforms": ["PC"]}} | 213f1543-1d46-4bde-8734-37efd4ba2f80 |
Tom Clancy's The Division was released with a M (for Mature) rating. It's an average role-playing, shooter, tactical third person game, that offers a multiplayer mode. It's available for PlayStation, Xbox, and PC, as well as for Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "esrb": "M (for Mature)", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 9d9584c1-f616-4d1d-b29d-5bc3f97e6db6 |
I'm curious, what makes third person action-adventure shooters so special to you? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 0242d130-3cd5-48fa-b58d-812db6561ce3 |
Life is Strange was quite enjoyable. 2015 was a good year for PC releases. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "platforms": ["PC"]}} | d97a8e62-ffa9-4e18-944b-068ebd0e0b19 |
Tom Clancy's The Division is an average role-playing tactical shooter that is rated M (for Mature). It is played from a third person perspective, and it has multiplayer as well. It is played on PlayStation, Xbox, and PC, and it is available on Steam 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "esrb": "M (for Mature)", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 9616ec1f-4fcb-4a1c-8318-e84deeb2281d |
So I've been wondering for a while now, what is it about third person games that makes you feel they're 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "player_perspective": ["third person"]}} | 495a3c88-f944-4110-b672-b4f3c95ce261 |
Undertale is an excellent indie adventure role-playing game. It is availabe for PlayStation, Nintendo Switch, and PC, and was also released for Steam, 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"], "platforms": ["PlayStation", "Nintendo Switch", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 4688080e-0b6d-4fc2-b64a-267db8edf639 |
If you are looking for a third person, role-playing tactical shooter with multiplayer, try out Tom Clancy's The Division. It is regarded as average quality, and is rated M (for Mature). You can get it on PlayStation, Xbox, and PC, where it is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "esrb": "M (for Mature)", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 238a444d-8080-4676-a8ed-878f1613a74e |
Why do you think M rated action adventure shooters are so amazing? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "genres": ["action-adventure", "shooter"]}} | b92a7668-9b4b-46ea-87b4-388c06c60b1a |
What is it about the sport racing games made by Codemasters Southam that makes you find them merely average? | {"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": "Codemasters Southam", "rating": "average", "genres": ["driving/racing", "sport"]}} | 07f8ce63-7273-45a7-ba78-d49bb5dac249 |
Super Bomberman is one of my favorite Nintendo games, also available on PC, though not through Steam. It came out all the way back in 1993, and you can't get it for any modern consoles, unfortunately, so no online multiplayer, or of course Linux or Mac releases either. That said, it's still one of the most addicting action-strategy games out there. | {"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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 33f00062-465b-48f3-85be-109afc86952e |
Super Bomberman is a decent action-strategy game. It runs on Nintendo and PC only, but it is not on Mac or Linux, and it does not appear 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Bomberman", "rating": "average", "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 6e52b60d-b8bb-4dd4-92a9-cc77c79cc9f2 |
What do you find so amazing about games from 2018? | {"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": 2018, "rating": "excellent"}} | b51564ad-7d34-4b93-82c5-4f8b85d997ad |
What is it about Codemasters Southam's sport racing games that makes you feel they're neither particularly great nor particularly bad? | {"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": "Codemasters Southam", "rating": "average", "genres": ["driving/racing", "sport"]}} | 66e1aeb6-2c68-45b9-a457-cd83eea90d28 |
Super Bomberman is an average action strategy game released for Nintendo and PC. It's not on Steam, Linux, or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Bomberman", "rating": "average", "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 631cfc42-1ea5-42f3-8754-5be25243a094 |
Why do you enjoy point and click adventure 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "genres": ["adventure", "point-and-click"]}} | 0f3c09f7-5194-42bf-86d6-dca6b2de67b8 |
Is it something particular about sport racing games by Codemasters Southam that you think detracts from their entertainment value? | {"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": "Codemasters Southam", "rating": "average", "genres": ["driving/racing", "sport"]}} | 3b321119-4783-4830-8e1d-67236f10bb29 |
Super Bomberman is an action strategy game released in 1993 for Nintendo consoles and PC. The single-player experience is not available on Steam, Linux, or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | 4821cfde-9a99-46db-b06b-0ce5ad34358d |
What is it about the bird view perspective games made by Hudson Soft that makes you find them to be neither good nor terrible? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Hudson Soft", "rating": "average", "player_perspective": ["bird view"]}} | 0d67ee5e-61b3-4545-b54c-cab2bb1aa4fc |
A multiplayer game that I enjoyed on the PC was Assetto Corsa. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Assetto Corsa", "has_multiplayer": true, "platforms": ["PC"]}} | 4671ee56-4752-4acc-bbac-fdc0f6ca66b2 |
Why do you think that the PlayStation releases from Codemasters Southam are just mediocre? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Codemasters Southam", "rating": "average", "platforms": ["PlayStation"]}} | 28d7d9fc-96cd-4432-80a3-6c4976726ee4 |
One multiplayer PC game I'm fond of is Assetto Corsa, have you tried it out? | {"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": "Assetto Corsa", "has_multiplayer": true, "platforms": ["PC"]}} | c60255ac-329c-4eb1-9456-8c9e5ce857c3 |
Super Bomberman is this single-player Nintendo game from 1993 full of action and strategy. You can also play on PC, however, you can't get it on Steam, nor 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": "Super Bomberman", "release_year": 1993, "genres": ["action", "strategy"], "has_multiplayer": false, "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | ad5a68e0-470c-4336-8355-c799f2ffcd62 |
Super Bomberman is an action-strategy game that has received average ratings and can be played on Nintendo and PC, though it's not available on Steam and 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Super Bomberman", "rating": "average", "genres": ["action", "strategy"], "platforms": ["Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": false}} | a51ae298-55c0-4efd-b991-5087cb00a077 |
What is it about the hack-and-slash RPGs made by Blizzard North that you find fun to play? | {"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": "Blizzard North", "rating": "good", "genres": ["hack-and-slash", "role-playing"]}} | 16651aa4-651a-45da-9c60-337a06dce327 |
Speaking of PC games with multiplayer, have you heard of Assetto Corsa? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Assetto Corsa", "has_multiplayer": true, "platforms": ["PC"]}} | 5db812b3-7d1c-4f49-9301-0dc058e146b9 |
Why do you feel that M rated games played from a first person perspective are typically not quite fun? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "average", "player_perspective": ["first person"]}} | e2145960-b04e-49c8-8300-57451d9a1e24 |
What is it about M rated RPGs that makes you enjoy them like you do? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "good", "genres": ["role-playing"]}} | 15ed11a3-faaa-4958-9320-84269c66b18e |
NBA 2K19 is a sports game that will be released on September 11, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K19", "exp_release_date": "September 11, 2018", "genres": ["sport"]}} | 37639dad-8f79-47d9-913e-bfb16ba6b006 |
Age of Empires II: The Age of Kings is a real-time strategy game that received good ratings from players. The game is available on PlayStation and PC. It has no Steam release or Linux release, but does have a Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "genres": ["real-time strategy"], "platforms": ["PlayStation", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 167954a0-1eb4-4d73-907c-7369c95ee29b |
Why is it you feel that M rated games played from a first person perspective are just okay? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "average", "player_perspective": ["first person"]}} | d8deeef9-ae79-401f-b045-a141652acf78 |
Why do you have so much fun with third person games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "player_perspective": ["third person"]}} | 6d52fb27-ed0f-4b6a-aeee-e859be687d4c |
A sports game that is coming soon is NBA 2K19. It is expected to be released on September 11, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K19", "exp_release_date": "September 11, 2018", "genres": ["sport"]}} | 06966275-5e5e-4567-9b8e-017451cc6359 |
Why do you find first person M rated games to be only mildly entertaining? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["esrb", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "average", "player_perspective": ["first person"]}} | bdd0fb6c-b6d5-4dbc-b623-92a0ac334b3f |
Why do you not like multiplayer games with a bird view perspective? | {"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": "poor", "player_perspective": ["bird view"], "has_multiplayer": true}} | 24a95e78-cbee-4635-a715-420254fde538 |
NBA 2K19 is a sports game expected to be released on September 11, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "NBA 2K19", "exp_release_date": "September 11, 2018", "genres": ["sport"]}} | a098e306-66e2-4850-add4-96476aeb1fe2 |
Age of Empires II: The Age of Kings is a good RTS available on PlayStation, PC and Mac without being on Steam though. It doesn't run on Linux systems. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "genres": ["real-time strategy"], "platforms": ["PlayStation", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | 0373d2e5-7568-4789-9614-c5dbe9c92d9e |
What do you think is the weirdest game you've ever played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "weirdest"}} | 19b796d1-028a-4b85-8cce-8f1e10b038e6 |
What about the Xbox do you find so unappealing? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "poor", "platforms": ["Xbox"]}} | 23330a83-2a28-4307-a725-4139802d9e9e |
Who are some of your favorite video game developers? | {"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": {}} | 51e9dafc-3e55-4b4e-be72-569a26546462 |
What would you say was the weirdest game you've played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "weirdest"}} | 994a57ac-463f-4a03-a651-3cd8d1ef69c6 |
Why do you love third person action-adventure shooters 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 44be2b37-c24f-456a-8d3e-478b7e203cc7 |
Do you like to play games from a specific 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": {}} | 5998665d-2a8b-4091-9f55-f003f62bdea4 |
Age of Empires II: The Age of Kings was a good real-time strategy game. It could be played on PlayStation and PC. It was released on Mac, but not Linux or 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "rating": "good", "genres": ["real-time strategy"], "platforms": ["PlayStation", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}} | d3a3cc57-b67b-444c-9d2b-e8ec741dbafd |
What's the weirdest game you have ever heard 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": "weirdest"}} | bfa99fe5-d9d3-4357-bb2e-3b9a60087660 |
What is it you like about games on PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "platforms": ["PlayStation"]}} | e1f04ff3-ac90-4e49-86d6-57c7185394fe |
Which video game developer is your favorite? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 74eddc9a-3c4a-4d3c-a763-b44cc5aa37b1 |
Might & Magic: Heroes VI was a barely adequate PC game. From the bird view perspective to the gameplay, everything felt very by the numbers. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "player_perspective": ["bird view"], "platforms": ["PC"]}} | 9622b52d-9a11-41e7-8680-cb1f9dec1859 |
How come you prefer sport racing sim games with a third person view? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "genres": ["driving/racing", "simulation", "sport"], "player_perspective": ["third person"]}} | 00d29a5e-b3f8-4b7a-a520-6e6f5da66136 |
Who are your favorite video game developers? | {"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": {}} | ff60514f-1c3a-404f-a401-8952dda58c59 |
Mirror's Edge Catalyst was released in 2016 by EA Digital Illusions CE. It is an okay T-rated action-adventure game that uses fighting style for the platforming gameplay, presented entirely from a first 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"}, "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": "Mirror's Edge Catalyst", "release_year": 2016, "developer": "EA Digital Illusions CE", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "fighting"], "player_perspective": ["first person"]}} | 225d0f7d-729b-4736-a139-3ed9ef335895 |
What is it about games made by Days of Wonder that makes you unable to stand them? | {"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"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Days of Wonder", "rating": "poor"}} | edc70a74-8245-444e-9fef-7df5bc1ae5f0 |
Who is your favorite game 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": {}} | 7f19fdd8-0b14-497a-ac82-d465927e7dd4 |
Why do you find side view games so enjoyable? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "player_perspective": ["side view"]}} | 0fa142d6-e333-4f0d-a47c-1b7766e8682a |
Are there any game developers you particularly like? | {"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": {}} | e02f29b7-b1f4-4f9e-aead-efeebc7ee162 |
Mirror's Edge Catalyst is a first person action-adventure fighting game, rated T (for Teen). It was released in 2016 by EA Digital Illusions CE and is generally considered average. | {"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": "Mirror's Edge Catalyst", "release_year": 2016, "developer": "EA Digital Illusions CE", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "fighting"], "player_perspective": ["first person"]}} | 93a254ac-5c34-4ce9-9426-8e000811f3f2 |
I think that though the bird view perspective can work for a lot of games, for games on the PC it often is a bit clunky. That's why Might & Magic: Heroes VI ended up being a fairly mediocre 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"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "player_perspective": ["bird view"], "platforms": ["PC"]}} | 141065cd-c3f9-4bf4-91f0-c3a314c0e03b |
Why do you think that the PC games made by Valve Corporation are amazing? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Valve Corporation", "rating": "excellent", "platforms": ["PC"]}} | ad27ea88-feac-47db-bc4c-6d68bde96f58 |
Is there a specific video game developer you prefer? | {"type": "function", "function": {"name": "request_attribute", "description": "Correctly extracted `request_attribute` with all the required parameters with correct types", "parameters": {"properties": {}, "type": "object", "required": []}}} | {"name": "request_attribute", "arguments": {}} | 63fdec55-2b25-4da3-a362-747a25454692 |
I think that Might & Magic: Heroes VI is mediocre. Its bird's eye perspective is nice, however, I don't enjoy playing games on the PC. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "player_perspective": ["bird view"], "platforms": ["PC"]}} | d73e9cba-d958-4b4a-8383-9ecf24954de5 |
Why are you unimpressed by Hudson Soft's 1993 catalog of 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 1993, "developer": "Hudson Soft", "rating": "average"}} | 25e15c4b-f47d-4346-ae55-77d83dcc33ca |
Do you have a preference for certain game developers? | {"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": {}} | 26cb8400-414b-4f51-9d8b-0a1173907d30 |
Mirror's Edge Catalyst by EA Digital Illusions CE is from 2016. It is an average action-adventure fighting game rated T (for Teen) and has first person view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Mirror's Edge Catalyst", "release_year": 2016, "developer": "EA Digital Illusions CE", "esrb": "T (for Teen)", "rating": "average", "genres": ["action-adventure", "fighting"], "player_perspective": ["first person"]}} | 79e1fd0b-72d3-4c4f-918c-9b59a36573a5 |
So you adored The Room. Do you in general just love to play indie point-and-click puzzle games on the PC? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Room", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"]}} | ec55fe5c-2422-4ca5-a0aa-ef369a758800 |
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}} | 76612dfb-dcc9-47e1-880e-658c602958bf |
Who's your favorite video game 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": {}} | ba05b1b8-4e3b-48cf-9625-bc8cdb9d5b6a |
A newly anticipated tactical shooter game, expected to be released November 13, 2018 by developer IO Interactive, Hitman 2 will be available for PlayStation, Xbox, and PC. The game will be played 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"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "developer": "IO Interactive", "genres": ["shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 50a48aae-8785-441b-93d5-81ffbdad2b23 |
You said that you loved The Room. Do you frequently love playing indie point-and-click puzzle games on the PC? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Room", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"]}} | aa33de14-ae46-49a9-ae5e-7e799c5c0095 |
What is it about M rated games that you find so off-putting? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["esrb", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "poor"}} | 3ac5f6a2-a4d1-4e4d-a1b7-5205b4ea2e74 |
Are you talking about the action-shooter, Battlefield V? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Battlefield V", "genres": ["action", "shooter"]}} | da2a5c19-9b1c-48ba-8b0f-281ba876e180 |
Hitman 2 by IO Interactive is a third person tactical shooter game, expected out on November 13, 2018 for PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "developer": "IO Interactive", "genres": ["shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | bfd80e76-d137-42ed-920d-8958e3d70e08 |
I remember that you loved The Room on PC. Can I assume that you normally like indie point-and-click puzzle 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "The Room", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "platforms": ["PC"]}} | 34a1244f-18f8-414c-aac1-bd92d9a634bb |
How come you're so fond of third person games on Steam? | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "excellent", "player_perspective": ["third person"], "available_on_steam": true}} | 71f629c5-ea98-45e1-85f3-7a282d5afa88 |
Are you talking about the action-packed first person shooter, Battlefield V? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Battlefield V", "genres": ["action", "shooter"]}} | 32c2cfe7-cf77-42c1-85bf-b09b23ea7751 |
Hitman 2 is a third person tactical shooter that will be released on November 13, 2018. Developed by IO Interactive, it will be available on PlayStation, Xbox, and PC. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hitman 2", "exp_release_date": "November 13, 2018", "developer": "IO Interactive", "genres": ["shooter", "tactical"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 4b7084ec-3323-4216-a908-a9a003b78513 |
Previously you told me that you aren't a real big fan of Tom Clancy's The Division. Do you miss such role-playing tactical shooters being released for Mac? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tom Clancy's The Division", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "has_mac_release": false}} | 4a78fc3c-abe5-4815-98f0-2cce09867555 |
Why do you like to play multiplayer games on Steam? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "has_multiplayer": true, "available_on_steam": true}} | bb0bc490-14ae-4809-8c4a-54fefa48abc3 |
Were you referring to the Battlefield V that's an action shooter game? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Battlefield V", "genres": ["action", "shooter"]}} | c9ee5964-78ed-4573-95bc-3216f41888cc |
If you're interested in a good action-adventure shooter, look into Crysis. It was released in 2007 and is rated M (for mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | 153fe920-44ed-447c-ade8-3da6071cfc14 |
Can you please explain to me a bit more about why you enjoy games developed by Telltale Games? | {"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"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Telltale Games", "rating": "good"}} | b78498f9-fea1-4be5-acb6-5b256a59bd40 |
I really, really loved Undertale. Indie adventure RPGs truly are some of the best games out there. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"]}} | a2fafe90-b894-429d-aab5-ee43d3b8d678 |
A good action-adventure shooter for mature audiences is Crysis, released in 2007. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | c646acee-249e-449f-8f86-2e09ff1d4ad9 |
What is it about Codemasters Southam's PlayStation games that makes you say they're just average? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Codemasters Southam", "rating": "average", "platforms": ["PlayStation"]}} | 2079813a-63b2-48ca-a42e-2f22edb3a04d |
Adventure role-playing games are my favorite, especially indie ones like Undertale. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"]}} | d2ce18d5-34a0-4142-a78f-3a1f29867346 |
You'll like Crysis, it's an M (for Mature) action-adventure shooter from 2007 with good reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "esrb": "M (for Mature)", "rating": "good", "genres": ["action-adventure", "shooter"]}} | 63b0a4e2-395d-4f63-a137-3940c9c151c6 |
You mentioned earlier that you thought Tom Clancy's The Division was average. Are you generally not fond of role-playing games featuring shooting and tactical gameplay that were not released for Mac? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tom Clancy's The Division", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "has_mac_release": false}} | ba774a7a-f003-4bc1-9d63-84608e84dfda |
What makes you adore Valve Corporation's single-player games like do? | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "has_multiplayer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Valve Corporation", "rating": "excellent", "has_multiplayer": false}} | d8af49f9-df58-4294-8a5a-a045a620e442 |
Undertale is a gem of an indie game. It's a flawless blend of adventure and RPG elements. | {"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"}}, "required": ["genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Undertale", "rating": "excellent", "genres": ["adventure", "indie", "role-playing"]}} | ce9513ef-4ff0-4e11-89b1-14e53745938d |
You had good things to say about Need for Speed: Most Wanted. Is that usually your opinion of games with a third person 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"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "player_perspective": ["third person"]}} | f7908689-e7d9-45a4-9cba-abd6b4259372 |
I know you weren't sold on Tom Clancy's The Division. Do you just feel okay about other role-playing tactical shooters that don't have a Mac release? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tom Clancy's The Division", "rating": "average", "genres": ["role-playing", "shooter", "tactical"], "has_mac_release": false}} | b931bb58-4e2d-42b7-a76e-054ade65dccd |
I was curious, what is it about the PC games released in 2017 that you feel makes them 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"release_year": 2017, "rating": "excellent", "platforms": ["PC"]}} | 0296f4e3-c9ad-48a4-bc19-81a545aa58b1 |
Tom Clancy's The Division follows the strange trend of first person tactical shooter RPGs with a GAAS component. It's clear Massive Entertainment just wanted to tag along with the fad, it shows in the quality of the 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"}, "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": "Tom Clancy's The Division", "developer": "Massive Entertainment", "rating": "average", "genres": ["role-playing", "shooter", "tactical"]}} | aa68f335-9b08-4bf6-818b-aed35f8c2047 |
You said you enjoyed Need for Speed: Most Wanted. Did the third person perspective contribute to your liking of the game you think? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "player_perspective": ["third person"]}} | 979c943c-0333-46b3-a2ae-787fcd43a05d |
Oh, the sports game from 2001, Tony Hawk's Pro Skater 3? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Tony Hawk's Pro Skater 3", "release_year": 2001, "genres": ["sport"]}} | 96146aca-ed5d-4697-9972-e8aa259e03a3 |
What is it about the sport racing games made by Codemasters Southam that makes you find them merely average? | {"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": "Codemasters Southam", "rating": "average", "genres": ["driving/racing", "sport"]}} | d35294f3-bfc8-41d5-afe4-291c130e063e |
I know you mentioned liking Need for Speed: Most Wanted a fair amount. So you like games with a third person 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"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "player_perspective": ["third person"]}} | 62eaec4b-019e-4b2e-acb2-829e6b6c4be5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.