input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
Life is Strange is a good RPG released in 2015. You can get it on PlayStation, Xbox, Linux, Mac or PC via Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "release_year": 2015, "rating": "good", "genres": ["role-playing"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | eddfebb6-4a3b-47fe-a5c2-4dc87ceae5f4 |
Konami Computer Entertainment Tokyo makes the best games. One of my favorites is Silent Hill 2. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Silent Hill 2", "developer": "Konami Computer Entertainment Tokyo", "rating": "excellent"}} | 34b0ee68-6620-49c4-b3ef-a715869ebdfc |
I thought that Stronghold 2 was okay because it was released for PC, but I wish they had released a Linux version. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "rating": "average", "platforms": ["PC"], "has_linux_release": false}} | 5abb7926-8c1b-4d8c-b765-e8eabbf49b38 |
Oh, do you mean Little Big Adventure on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Little Big Adventure", "available_on_steam": true}} | 811754a5-b34c-4378-b16f-f9e389c4d36b |
I don't like music games, though I do at least like listening to music. However, the T rating of Guitar Hero: Smash Hits meant it couldn't include my favorite songs, and even that small joy was robbed from me. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "esrb": "T (for Teen)", "rating": "poor", "genres": ["music"]}} | ff1691d3-d173-4c88-9cb8-fa3b9454c4f5 |
I found Stronghold 2 a little lacking, as far as PC games go. It also lacks a Linux release, which, all things considered, bums me out a bit. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "rating": "average", "platforms": ["PC"], "has_linux_release": false}} | f75b6edd-0121-42d6-b82b-9fea2527a927 |
The same Little Big Adventure up on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Little Big Adventure", "available_on_steam": true}} | 1f14d8fb-aec9-498e-b2c0-a2f488e579f4 |
Compared to the rest of the music-game genre, Guitar Hero: Smash Hits was a lame T rated game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "esrb": "T (for Teen)", "rating": "poor", "genres": ["music"]}} | 1b2436d3-f1e2-4941-a49c-d5955cce4997 |
Stronghold 2 is not quite the game for me, since it wasn't released for Linux. It is probably fun to play for other PC users though. | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["has_linux_release", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "rating": "average", "platforms": ["PC"], "has_linux_release": false}} | 5051429a-dfde-4d36-9f2d-a7e4c26872cb |
Tom Clancy's Splinter Cell: Chaos Theory was released in 2005. It's an action-packed tactical style game. You need to be a bit older to play this game because it's rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "esrb": "M (for Mature)", "genres": ["action", "tactical"]}} | 25e9d8c8-ccb4-4d11-aafa-92e1a5a1d7d8 |
Are you referring to the Little Big Adventure that is available on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Little Big Adventure", "available_on_steam": true}} | 2e415ee2-1c2d-4bb6-bf3c-da4a80d22be6 |
I didn't like Guitar Hero: Smash Hits very much, I'm afraid. The music genre lives or dies based on the song variety, but the T rating meant a lot of amazing songs couldn't be included or had to be watered down. | {"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"}, "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": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "esrb": "T (for Teen)", "rating": "poor", "genres": ["music"]}} | 2cfaa46c-e128-4b64-9b31-f64a03763a59 |
Football Manager 2015, by Sports Interactive, is a multiplayer strategy and sport simulation game released in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"], "has_multiplayer": true}} | acf393fc-b58e-4c50-91d5-82f47fbe17ac |
Tom Clancy's Splinter Cell: Chaos Theory is a tactical action game for mature audiences. It was released in 2005. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "esrb": "M (for Mature)", "genres": ["action", "tactical"]}} | 12a067c7-9b2c-4aaf-93d6-41f1c4e16b10 |
The M-rated Grand Theft Auto V is a first and third person shooter with driving and action-adventure elements. The game also features a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 1ba90977-59df-44ff-8b11-5446648960b2 |
Football Manager 2015 is a strategic sport simulation game with a multiplayer mode. It was developed by Sports Interactive in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"], "has_multiplayer": true}} | e3950ead-0958-4174-8378-6279e5b3edff |
Tom Clancy's Splinter Cell: Chaos Theory is a 2005 M (for Mature) release. It is a game for those that like tactical action gaming. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "esrb": "M (for Mature)", "genres": ["action", "tactical"]}} | 1bc653b9-7773-4cef-873c-e8860f30c605 |
Grand Theft Auto V is an action-adventure game that also has driving/racing and shooter mechanics in it. It has multiplayer and can be played in either the first person or third person perspective. It is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 550b141b-e051-480b-901f-26a05de18a2b |
Football Manager 2015 is a strategy and sport simulation game that was developed by Sports Interactive and released in 2014. It has multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "genres": ["simulation", "sport", "strategy"], "has_multiplayer": true}} | 0d63b6ee-a9f0-497c-ae1d-d7a43f5287c8 |
Earlier you mentioned that you found Rollcage to be average. Are you normally not impressed with third person action games featuring driving/racing? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Rollcage", "rating": "average", "genres": ["action", "driving/racing"], "player_perspective": ["third person"]}} | ccd7dd14-0bc9-43ea-a370-31009158aad7 |
Life is Strange is a third person role-playing that released for the PlayStation, Xbox, and PC and doesn't have a multiplayer. It is available on Steam, and it has both a Linux and Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "genres": ["role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 8cb68d9c-ed11-4dc8-81cb-39a1978b6249 |
Grand Theft Auto V is an action-adventure game that includes driving/racing and shooting. It is played in both the third person and first person perspectives, and can be played with your friends. Be aware, it is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Grand Theft Auto V", "esrb": "M (for Mature)", "genres": ["action-adventure", "driving/racing", "shooter"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 42409155-e7b2-4f52-926c-92a0e7e8988a |
You said that you disliked Guitar Hero: Smash Hits. Is it common for you to dislike music 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "has_multiplayer": true}} | 83f572d2-c7f0-4983-8aec-ef21cf8c9efb |
You mentioned just a bit ago that you found Rollcage to be average. Do you feel similarly about third person action racing 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"}, "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": "verify_attribute", "arguments": {"name": "Rollcage", "rating": "average", "genres": ["action", "driving/racing"], "player_perspective": ["third person"]}} | de0a345f-4a4b-4de7-804d-c60e09bc781f |
Role-playing game Life is Strange, is a third person single-player title. It was released for PC, Xbox, and PlayStation while being available on Mac, Linux, and Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "genres": ["role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 5d0a22d5-c39e-4286-9b3c-e27065f5819e |
So you said that you had a good time playing Assassin's Creed II. Generally speaking, do you like playing third person action-adventure platformers? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "player_perspective": ["third person"]}} | e3358e53-3d72-4d72-9aba-48d4590cc0d1 |
You mentioned that you didn't like Guitar Hero: Smash Hits. Do you hate most music games with multiplayer? | {"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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "has_multiplayer": true}} | b1408338-36fd-4a3c-9988-88774840e8d8 |
You said earlier that you thought Rollcage was just average. Is it the case with all action, driving/racing games played from 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"}, "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": "verify_attribute", "arguments": {"name": "Rollcage", "rating": "average", "genres": ["action", "driving/racing"], "player_perspective": ["third person"]}} | dc4e7cca-2582-4471-a4ec-6dcfe0d00ea4 |
Life is Strange is a single-player third person role-playing game. It runs on PlayStation, Xbox, and PC, and it is supported by Mac and Linux. It is also 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"}, "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"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Life is Strange", "genres": ["role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 894ffb1f-838e-4fe9-a879-342a0f97b8e7 |
I recall you said that you liked Assassin's Creed II. Are you generally fond of third person action-adventure games featuring platforming? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "player_perspective": ["third person"]}} | 1cd4aa75-6611-49fe-8e55-216889ba108b |
I remember you don't like Guitar Hero: Smash Hits. Do you think making it a single-player only game would have been a better idea for this type of a music game? | {"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_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Guitar Hero: Smash Hits", "rating": "poor", "genres": ["music"], "has_multiplayer": true}} | b4595fd4-351a-4ac2-8d79-0bafdd04d84e |
Have you enjoyed played any games by tobyfox that came out in 2015, such as Undertale? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "developer": "tobyfox"}} | 9e259589-8c6e-42aa-9eb9-6d8794aed979 |
You said that you enjoyed Assassin's Creed II. Do you generally like to play third person action-adventure platformers? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "player_perspective": ["third person"]}} | 23bab063-4424-4cdc-8fc8-53b6d736ccce |
There's also The Legend of Zelda: Ocarina of Time (rated E) from 1998. This single-player game was made by Nintendo EAD and is an excellent rated action-adventure puzzle RPG. It's views are bird and third. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false}} | 0fa99a43-e885-4cca-85d1-a0647ca92395 |
I absolutely enjoyed tobyfox's 2015 release of Undertale. What did you think about it? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "developer": "tobyfox"}} | cf3d2887-46bf-4f39-93c5-d9f931b028ce |
I thought Worms: Reloaded was just OK. I like side view games that I can easily get on Steam, but it didn't knock my socks off. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "available_on_steam": true}} | c819578e-8849-4351-9d3f-2487c0b8dccb |
The Legend of Zelda: Ocarina of Time is an excellent single-player action-adventure, puzzle, and role-playing game developed by Nintendo EAD. Released in 1998, The Legend of Zelda: Ocarina of Time supports both third person and bird view perspectives, and received a rating of E (for Everyone). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false}} | 938b770a-db8f-4d13-947a-63edcc48f4c0 |
Shadow of the Tomb Raider is a third person adventure shooter developed by Eidos Montréal. The game is scheduled to release September 14, 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": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al", "genres": ["adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | d7422142-722f-4abe-91c2-39e482e0f3fb |
Are you a fan of any games from 2015, such as tobyfox's Undertale? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Undertale", "release_year": 2015, "developer": "tobyfox"}} | 960f649f-7669-45df-9a8e-2601a2441c4b |
Worms: Reloaded is an average quality side view game you can at least find on Steam. | {"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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "available_on_steam": true}} | 93b12c8f-01d9-4fac-8865-2d3644fa4538 |
The Legend of Zelda: Ocarina of Time is an excellent action-adventure, puzzle RPG by Nintendo EAD, released in 1998 with an E rating (for everyone). It can be played from third person view or bird's eye view. It does not have a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "has_multiplayer": false}} | dd483168-288a-4bf3-bdf2-af82a834ff83 |
Shadow of the Tomb Raider is an adventure third person shooter developed by Eidos Montréal. It will be released for PlayStation, Xbox, and PC on September 14, 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"}, "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": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al", "genres": ["adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | dcdefd81-2444-4154-b579-473f22c92c78 |
I heard you think Driver is O.K. Does that mean you only kind of like third person driving simulations? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | 8f2ff298-e27b-4e87-be67-4e97d376928b |
Worms: Reloaded is thoroughly middle of the road in quality. I appreciate the convenience of it being on Steam, but I just am not a fan of the side view 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"}, "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", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Worms: Reloaded", "rating": "average", "player_perspective": ["side view"], "available_on_steam": true}} | e9afadbd-98e6-4930-9f1b-bbfbe052c60b |
What do you think of games by Maxis from 2000, such as the game called The Sims? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Sims", "release_year": 2000, "developer": "Maxis"}} | b9418805-20fc-46ec-95ff-61620eab32f1 |
Shadow of the Tomb Raider is a third person, adventure, shooter game by the developer Eidos Montréal. It will be released on PlayStation, Xbox, and PC. Its expected release date is September 14, 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"}, "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": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al", "genres": ["adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}} | 03667bf7-916a-4a1d-93fd-d8242682ddff |
You said that Driver was so-so. Do you think the third person view is not quite the right player perspective in driving/racing simulators? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | c97d3d03-3e32-4580-8be7-4e021dca56aa |
Need for Speed: Payback a teen-rated racing game released in 2017. It can be played on multiple platforms, such as PlayStation, Xbox, or PC, but has no release for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "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": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "esrb": "T (for Teen)", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 625be66d-e1af-4a5c-b6b0-862f2ec8f86f |
Do you like Maxis' games from 2000 like The Sims? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Sims", "release_year": 2000, "developer": "Maxis"}} | f9ae7078-ab88-48d0-ba4f-f9ad0ac45cf8 |
You seem to be lukewarm about Driver. Is this pretty much the same for all driving/racing simulators which are in the third person? | {"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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["third person"]}} | ac57bcb8-95a2-4d42-b9be-571a2f696b7c |
Need for Speed: Payback is a 2017 racing game, rated T (for Teen). It's available on PlayStation, Xbox, and PC, 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "esrb": "T (for Teen)", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 211fc672-30d0-4cde-a22f-29034bf3ef6e |
Have you ever played any of the games Maxis released in 2000, like for instance The Sims? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "The Sims", "release_year": 2000, "developer": "Maxis"}} | d69222dc-4f6b-41de-a93a-9b4f5d791a85 |
Skyforge is a pretty poor third person adventure hack-and-slash MMORPG available on Steam. You can play it on PlayStation, Xbox, and PC, but it is not supported by Mac or Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d9786b10-7598-4972-bac4-c91c068048ef |
Need for Speed: Payback is a racing game that's rated T (for Teen). It was released in 2017 for PlayStation, Xbox, and PC with no Mac or Linux versions. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Payback", "release_year": 2017, "esrb": "T (for Teen)", "genres": ["driving/racing"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | dcb042ed-ae93-4d68-a9e9-b640821d53bf |
Quantum Break is an OK game from an okay developer, Remedy Entertainment. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Quantum Break", "developer": "Remedy Entertainment", "rating": "average"}} | 5da21aea-5a43-4cba-ae45-3aacb15db514 |
Your opinion of Dance Dance Revolution Universe 3 seems to be that playing it was less fun than watching paint dry. Would you say that the music games that are available for Xbox are just bad? | {"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": "Dance Dance Revolution Universe 3", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 180dbacf-050f-409e-b535-8c10a659d50f |
What do you enjoy so much about M rated Xbox games? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["Xbox"]}} | 2b29f275-950f-422f-a57f-8ca6a4e641e1 |
I've never played a game from Remedy Entertainment that I really loved. Take Quantum Break, for example, it's decent but not great. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Quantum Break", "developer": "Remedy Entertainment", "rating": "average"}} | 7d2d57ee-058f-421d-8030-dcc943a39056 |
You mentioned disliking Dance Dance Revolution Universe 3. Are you just not about music games on Xbox? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Dance Dance Revolution Universe 3", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 97756f1d-13cd-4c84-916f-c8b0ed081291 |
Why do you love M rated Xbox games so much? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["Xbox"]}} | ae525990-6f35-4708-94ab-d61a5f19ae21 |
Quantum Break is a surprisingly mediocre entry from Remedy Entertainment. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Quantum Break", "developer": "Remedy Entertainment", "rating": "average"}} | 056f1792-74ce-49ec-8c4f-3e0c4fe78f9f |
I heard you hated Dance Dance Revolution Universe 3. Do you dislike all music games on Xbox? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Dance Dance Revolution Universe 3", "rating": "poor", "genres": ["music"], "platforms": ["Xbox"]}} | 4b24c2a8-49f1-4312-adc5-9a97bfc3af2f |
Skyforge is a poorly reviewed adventure hack-and-slash MMORPG that you play from the third person perspective. It was released for PlayStation, Xbox, PC, and Steam. It has no Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | bd7a2709-7f8f-46b9-9826-c7e75bfffde3 |
Why do you feel that the M rated Xbox games are some of the best games out there? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "excellent", "platforms": ["Xbox"]}} | 42816e9d-2453-475b-9a7e-ff4dd76565b9 |
Call of Duty: Advanced Warfare is a first person action shooter. It was developed by Sledgehammer Games and released in 2014. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "developer": "Sledgehammer Games", "genres": ["action", "shooter"], "player_perspective": ["first person"]}} | 7cb9eea0-72ee-45bd-a5b9-e0c922ef994a |
You mentioned that Tony Hawk's Pro Skater 3 was, in your view, average at best. Do you feel like Neversoft Entertainment can't be quite trusted with sports games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "rating": "average", "genres": ["sport"]}} | 6331c311-56da-4309-aacf-b32c53c984f5 |
I was playing this adventure hack-and-slash MMORPG called Skyforge. It's a third person game for PlayStation, Xbox, and PC that has a poor rating. You can find it on Steam, but it doesn't have a Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Skyforge", "rating": "poor", "genres": ["adventure", "hack-and-slash", "MMORPG"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 96be46d4-5230-41ea-af84-416b9fe5562c |
Have you considered trying action-adventure third person shooter games like Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 2b01d557-f9ef-40f3-a425-7361bd6d4541 |
In 2014 Sledgehammer Games released Call of Duty: Advanced Warfare. It's the quintessential action FPS. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "developer": "Sledgehammer Games", "genres": ["action", "shooter"], "player_perspective": ["first person"]}} | bd9feaf3-6a0c-4808-b6f3-3db2223b1fc3 |
You seem to have a lukewarm feeling about Neversoft Entertainment's Tony Hawk's Pro Skater 3. Do you also feel lukewarm about other sports games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "rating": "average", "genres": ["sport"]}} | da96e5bd-17e1-4eb1-b139-2cab278eeb7e |
It's cool that you loved Metro 2033. Do you love other first person games that are rated Mature? | {"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": "Metro 2033", "esrb": "M (for Mature)", "rating": "good", "player_perspective": ["first person"]}} | 29484091-325d-42d0-8e30-a25107bfa98a |
Have you played any third person action-adventure shooters, like for example Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | f8c28fec-625a-441d-bc6f-06caec8534a8 |
Call of Duty: Advanced Warfare by Sledgehammer Games is a 2014 first person action shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "genres", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "release_year": 2014, "developer": "Sledgehammer Games", "genres": ["action", "shooter"], "player_perspective": ["first person"]}} | 3f3d14b9-28a0-4d5b-9429-0a0720684d8f |
I know you though Tony Hawk's Pro Skater 3 was a decent game. Do you tend to feel similar about most sports games developed by Neversoft Entertainment? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tony Hawk's Pro Skater 3", "developer": "Neversoft Entertainment", "rating": "average", "genres": ["sport"]}} | 331e2697-df1c-4ac4-9876-43f2d2ea8229 |
Earlier you said that you liked Metro 2033. Is it safe to say you're a fan of first person perspective games rated M (for Mature)? | {"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": "Metro 2033", "esrb": "M (for Mature)", "rating": "good", "player_perspective": ["first person"]}} | 59839cda-8f36-4255-a0aa-8fffa9dc95a9 |
Are you a fan of third person action-adventure shooters like Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"]}} | 15be4315-1da7-4230-8953-9d7b3841e970 |
You said that Crysis was a good game a moment ago. Do you feel similarly about the rest of the action-adventure shooters developed by Crytek Frankfurt? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "genres": ["action-adventure", "shooter"]}} | e7bd5b17-00e6-420b-b574-72b6df59f3b1 |
What's a recent game that you just felt was uninteresting? | {"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": "uninteresting"}} | 496dfe20-c162-4b17-9f42-a3666a2e99c5 |
So you had a good time playing Metro 2033. I can't help but wonder, do you find playing M rated games most immersive when played from a first 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"}, "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": "Metro 2033", "esrb": "M (for Mature)", "rating": "good", "player_perspective": ["first person"]}} | 69d48b71-40b9-4fa7-8d28-28af92856ada |
You said that you totally dug Silent Hill 2. Is it often that you like playing third person games on the PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 9ef221f6-e256-4883-910c-9854dbfaa842 |
You said that you liked Crysis. Do you commonly like to play action-adventure shooters from Crytek Frankfurt? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "genres": ["action-adventure", "shooter"]}} | b6aea86f-60a1-4f8c-8097-a085a9b5b5ca |
What do you think is the most uninteresting video game you ever encountered? | {"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": "uninteresting"}} | 8550e558-10e4-4bfe-a3f7-ef9ba9c504c9 |
Might & Magic: Heroes VI was released in 2011 as a strategic turn-based role-playing game that you play multiplayer with a bird view perspective. It received average ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 64016a10-a8df-4594-b82b-a044df698a7b |
You said that Silent Hill 2 was totally awesome. Do you feel the same way about some other third person perspective games out on the PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 36849986-135f-4542-b8fd-559834df7c56 |
You mentioned that you liked Crysis. Are you generally into action-adventure games with shooting from Crytek Frankfurt? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "genres": ["action-adventure", "shooter"]}} | e1707372-44c9-4b2c-9851-972416285615 |
Have you played any uninteresting games lately that I should avoid? | {"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": "uninteresting"}} | e718fffd-c9a4-4f5c-ba43-03261cc2ccee |
Might & Magic: Heroes VI is a bird view, role-playing turn-based strategy game released in 2011. It has only 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"}, "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": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 603c6df3-d6aa-4956-9445-4393953d0214 |
I recall you saying that you really enjoyed Silent Hill 2. Are you regularly a fan of third person perspective games on PlayStation? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Silent Hill 2", "rating": "excellent", "player_perspective": ["third person"], "platforms": ["PlayStation"]}} | 872c1065-3dee-461d-a32c-fca823b884df |
What do you think is the worst looking video game that you know of? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "worst looking"}} | e0b2e606-082f-4d5a-b6e0-e1a5fe52da47 |
Max Payne, released in 2001, is a third person action-adventure shooter. It is playable on PlayStation, Xbox and PC, and is also available for download on Steam. It is released on Mac but hasn't been supported 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "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", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 2df97eab-35cd-4e60-871a-c15a3a1fe99c |
If you like role-playing games, Might & Magic: Heroes VI is an average multiplayer turn-based strategy game. It came out in 2011 and is set in bird view perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Might & Magic: Heroes VI", "release_year": 2011, "rating": "average", "genres": ["role-playing", "turn-based strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}} | f9151103-2f49-435d-aa0d-1a1849f113e6 |
Tin Man Games also made The Forest of Doom. Have you played that game? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games"}} | 56f771a5-dc10-402f-b6df-931600eeb098 |
What's the worst looking game you've played 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": "worst looking"}} | 9e2ba684-f4f1-47f6-adf3-c9e78f1b961f |
If you like third person action-adventure shooter games, then you should try the 2001 video game called Max Payne. It released on the PlayStation, Xbox, PC, and Mac. It's available on Steam but unfortunately has no support 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "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", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 5c0e54ee-4fb2-4c79-8b5a-8d161bd593c8 |
Age of Wonders II: The Wizard's Throne is a role-playing turn-based strategy that was released for PC only, but does not have a Linux or Mac release. It was released in 2002. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "genres": ["role-playing", "turn-based strategy"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | 8c014e63-0c2c-4129-8c21-2d48d0b07e2c |
Have you heard of The Forest of Doom, developed by Tin Man Games? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games"}} | c947ed52-2b4a-4a5f-bcd3-0fa861887a3d |
What is the worst looking video game you ever encountered? | {"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": "worst looking"}} | ae3a75dd-dbe6-4f3d-8c63-4addb01623c5 |
Max Payne is a third person action-adventure shooter that came out in from 2001 for Mac, PlayStation, Xbox, and PC. It is available on Steam, but it is not out 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "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", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Max Payne", "release_year": 2001, "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}} | 11e5e645-0758-48df-87cb-47649877600c |
Age of Wonders II: The Wizard's Throne is a role-playing turn-based strategy released in 2002 exclusively for PC. The game has no Linux or Mac release. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Age of Wonders II: The Wizard's Throne", "release_year": 2002, "genres": ["role-playing", "turn-based strategy"], "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}} | f389ffb5-6cdc-4c97-91d6-1102227f95b1 |
I wonder if you've heard of The Forest of Doom, developed by Tin Man Games. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Forest of Doom", "developer": "Tin Man Games"}} | e51065bc-06c7-4a61-9ea4-e31f719f4353 |