input
stringlengths
20
429
tool
stringclasses
464 values
output
stringlengths
46
331
id
stringlengths
36
36
I had fun playing The Witcher 3: Wild Hunt. It's a single-player action-adventure RPG.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Witcher 3: Wild Hunt", "genres": ["action-adventure", "role-playing"], "has_multiplayer": false}}
850f4b55-2e37-4637-bc03-1e356ff47f55
I think that Need for Speed: Most Wanted is fun to play. Driving/racing games that include multiplayer tend to be enjoyable to 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Most Wanted", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}}
497faa54-abb0-435b-8321-f54c181c86ce
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"]}}
533df81a-ac1a-4e7e-8fd9-ebf2a676395c
World of Warcraft is the first name in MMORPGs, and for good reason, it's a pretty good adventure 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "World of Warcraft", "rating": "good", "genres": ["adventure", "MMORPG"]}}
82ee5732-f9cc-4b7b-9aa8-974ac688118a
Do you know of a PlayStation game that has really stunning graphics?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "stunning"}}
aaecd844-0b6d-403f-94c3-77efb64fb013
I know you've said that you feel Tony Hawk's Pro Skater 3 is an okay game, but it could have been better. Do you think most games released for the PC in 2001 feel like that now?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tony Hawk's Pro Skater 3", "release_year": 2001, "rating": "average", "platforms": ["PC"]}}
7df89a20-2713-45f5-bf78-d4c3b0b9a973
If you want a real-time strategy, role-player with bird view perspective and multiplayer, you should try SpellForce 3. It is only for PC and is available on Steam. There is no release for Linux or Mac, though.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
098abc2c-0869-4656-bb2a-75a14375ffa5
I always love playing games on Linux, and Fireproof Games is one of the best developers out there, so The Room was like a match made in heaven for me. An absolutely amazing 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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["developer", "has_linux_release", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "has_linux_release": true}}
07be8f1c-2014-4296-9205-94b15e82fae2
The Last of Us is an excellent action-adventure shooter game that is rated M (for Mature) and came out in 2013 for PlayStation. The game is in the third person, and you can play it multiplayer with other people.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Last of Us", "release_year": 2013, "esrb": "M (for Mature)", "rating": "excellent", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}}
624a8aa7-0ae4-4a36-bde8-e631ec038689
Team17 Digital Ltd created an action platformer game with a side view perspective that goes by the name of Worms: Reloaded. The game was released in 2010, and the gameplay involves lots of strategy.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "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": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}}
ab8cd2b1-d1fa-4b01-8e84-6d9700fc835f
What stunning games are available on PlayStation?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"platforms": ["PlayStation"], "specifier": "stunning"}}
4141f87b-d9db-4414-ac12-2b1a03e85c6c
You mentioned earlier that you felt neutral about Tony Hawk's Pro Skater 3. Do you feel the same about other PC games from 2001?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tony Hawk's Pro Skater 3", "release_year": 2001, "rating": "average", "platforms": ["PC"]}}
c8fe265d-02a6-459b-8e48-a072633a66d4
Ori and the Blind Forest was released in 2015, and it is an excellent side view adventure, puzzle platformer. It runs on Xbox and PC, but it is not out on Linux or Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Ori and the Blind Forest", "release_year": 2015, "rating": "excellent", "genres": ["adventure", "platformer", "puzzle"], "player_perspective": ["side view"], "platforms": ["Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}}
970cf319-0860-4d79-bce4-de4fa053f546
I feel like EA Tiburon didn't do quite a great job developing Madden NFL 15.
{"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": "Madden NFL 15", "developer": "EA Tiburon", "rating": "average"}}
01f89098-3805-4a7f-b8c4-681dfd53652e
The Elder Scrolls V: Skyrim is a mature adventure RPG from 2011.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Elder Scrolls V: Skyrim", "release_year": 2011, "esrb": "M (for Mature)", "genres": ["adventure", "role-playing"]}}
0ea20dd9-5813-4a1b-8918-3aebfbb8c730
Oh, Superhot, the single-player first person 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Superhot", "player_perspective": ["first person"], "has_multiplayer": false}}
632e0642-2c62-46e6-b55a-faa063e0cd13
You said that you liked Crysis. Do you often play first person games 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "player_perspective": ["first person"]}}
bddc11ee-2305-4544-8cba-856f5c87a1f6
I'm not at all a fan of Nintendo multiplayer games like Trivial Pursuit.
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Trivial Pursuit", "rating": "poor", "has_multiplayer": true, "platforms": ["Nintendo"]}}
51418529-bd44-4c79-81d6-78b792ab4ec6
Super Mario World came out in 1990. It's an excellent platformer game from Nintendo, and you play with a side 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"}, "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"}}, "required": ["genres", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "platforms": ["Nintendo"]}}
c937df20-4d69-4d47-bcf8-518c0ec975d2
Tetris was released in 1986 by Spectrum HoloByte, Inc. It was one of the first arcade games to combine puzzle and strategy with sleek side view gameplay. The only downside is the lack of 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "developer": "Spectrum HoloByte, Inc", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"], "has_multiplayer": false}}
c66cf1d1-6788-4bfa-83a5-55f0d9049ea7
Is the game you are talking about Superhot, the single-player game played from the first person perspective?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Superhot", "player_perspective": ["first person"], "has_multiplayer": false}}
887e8acb-322f-4567-8ded-748dbd556245
You said earlier that you enjoyed Crysis. Do you usually play first person games 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "player_perspective": ["first person"]}}
46e8d68b-d6ee-4c3e-a1ab-0ed2f4a27e30
Alan Wake's American Nightmare came out in 2012 to poor reviews. This action-adventure shooter is on Xbox and PC through Steam. There's no Linux or Mac support.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Alan Wake's American Nightmare", "release_year": 2012, "rating": "poor", "genres": ["action-adventure", "shooter"], "platforms": ["Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
c805d0f5-ee4b-40cf-b426-ec30c51d5292
If you haven't yet played Worms: Reloaded from 2010, you might want to give it a try. Team17 Digital Ltd made this strategic platformer with a side view perspective and a lot of action.
{"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": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}}
ba5e58ee-6657-447e-98af-b5ea2ebfe154
The side view arcade puzzler Tetris, by Spectrum HoloByte, Inc, is a game for strategy enthusiasts. It was released in 1986 and has no multiplayer mode.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "developer": "Spectrum HoloByte, Inc", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"], "has_multiplayer": false}}
f3c7cfda-acee-4b15-9db6-0fae363b3f73
By Superhot, do you mean the single-player game with a first person perspective?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Superhot", "player_perspective": ["first person"], "has_multiplayer": false}}
98c072b8-78ab-4fd7-8690-21d67d2dafa5
You said that Crysis was a solid game. Would you say Crytek Frankfurt has a pretty good recipe for their first person perspective 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["developer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Crysis", "developer": "Crytek Frankfurt", "rating": "good", "player_perspective": ["first person"]}}
3757409d-f0ae-43c9-9671-f0e9fbe954ce
MotorStorm: Apocalypse came out in 2011. The game, involving third person vehicular combat, was released only on the PlayStation. Although the game supports multiplayer, the reviews were poor.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "MotorStorm: Apocalypse", "release_year": 2011, "rating": "poor", "genres": ["vehicular combat"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}}
ce37cb34-a6c5-4bf1-8982-ee7e91037d9b
Worms: Reloaded is an action-filled strategic platformer with a side view, developed by Team17 Digital Ltd in 2010.
{"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": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"]}}
e547ec43-2073-4f44-a110-d6971c59ec14
Tetris from 1986 was played in the side view but didn't have multiplayer. It was an arcade, puzzle, strategy game by Spectrum HoloByte, Inc.
{"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tetris", "release_year": 1986, "developer": "Spectrum HoloByte, Inc", "genres": ["arcade", "puzzle", "strategy"], "player_perspective": ["side view"], "has_multiplayer": false}}
24e23a56-ec4f-46f4-b8eb-f04715a2d0ae
Are you speaking of the Need for Speed: The Run that came out in 2011?
{"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"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011}}
348fdf2a-5415-4018-aa65-c5e02bb45008
Can you recommend any smart third person games?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"player_perspective": ["third person"], "specifier": "smart"}}
0ca1be0c-8ab9-4225-b7d3-51a12f71c65e
RollerCoaster Tycoon is a pretty good single-player strategy simulation game. My only tiny gripe with it is that it doesn't run on Mac, so I have to sit at my desktop computer to play it.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_mac_release", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "rating": "good", "genres": ["simulation", "strategy"], "has_mac_release": false}}
f9d01061-0552-4809-a35f-237810954f35
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"]}}
55fa33e8-e4f9-4eb0-8317-75abb4279e12
When you mention The Crew 2, do you mean the driving/racing game that's supposed to come out later this year, on June 29, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "genres": ["driving/racing"]}}
4f5e9305-363d-4358-a74d-6973a333e10c
StarCraft is a good bird view real-time strategy game.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "StarCraft", "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"]}}
c287b2d3-8789-4f9b-9f21-129146cdf44a
Are you talking about the game from 2011, Need for Speed: The Run?
{"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"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011}}
24e1eb88-f9f4-48b6-be1e-4267defabdd2
Do you know of a third person game with smart AI?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"player_perspective": ["third person"], "specifier": "smart"}}
153d785d-7b4e-4b1d-9e8a-4c263c563e66
Madden NFL 15 can be played on PlayStation and Xbox. It is a sport simulation game that was released in 2014. It can be played multiplayer in the bird view and third person perspective. Most players rate it as 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Madden NFL 15", "release_year": 2014, "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view", "third person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}}
0467dafd-a28b-4421-9916-c9fc9a5ad8b6
I didn't enjoy Age of Wonders II: The Wizard's Throne. I just can't seem to get into turn-based strategy games that also include role-playing 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": "Age of Wonders II: The Wizard's Throne", "rating": "poor", "genres": ["role-playing", "turn-based strategy"]}}
0a8e4408-e6f8-4ec9-b8ae-f142477a6c5a
NHL 15 is an average sport simulation game by EA Canada for PlayStation and Xbox only. It's rated E 10+ (for Everyone 10 and Older). This game is played from the bird view perspective and can be played multiplayer.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "NHL 15", "developer": "EA Canada", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "average", "genres": ["simulation", "sport"], "player_perspective": ["bird view"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox"]}}
dd95619b-304d-447a-9ab4-9a62404bd72d
The Crew 2, the driving/racing game expected to be released June 29, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "genres": ["driving/racing"]}}
3065c804-dd93-402a-a01f-7d723280683a
StarCraft is a good real-time strategy played with a bird view.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "StarCraft", "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"]}}
d5174dea-ae67-43bf-9961-ae01fa985b98
That's the Need for Speed: The Run that came out in 2011, right?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Need for Speed: The Run", "release_year": 2011}}
6c7ada33-589b-4c81-80de-d81067e3d601
Have you played any smart third person games lately?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"player_perspective": ["third person"], "specifier": "smart"}}
73682539-127d-4314-bfc1-6ddc9111b368
BioShock is an action-adventure, role-playing shooter that was developed by 2K Boston. It was released in 2007 for the PlayStation, Xbox, and PC. It is available on Steam and has a Mac release, but it doesn't have a Linux release.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "BioShock", "release_year": 2007, "developer": "2K Boston", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": true}}
305ff7d9-fcd6-4a4b-a55b-3a7785010372
Small World 2 is an indie trivia/board game. It was released on PC, Linux, and Mac. It was rated as poor by the users.
{"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"}, "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", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Small World 2", "rating": "poor", "genres": ["indie", "trivia/board game"], "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}}
82366d06-d056-46fa-b246-2564c2625858
Are you referring to The Crew 2, the upcoming driving/racing title releasing June 29, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "genres": ["driving/racing"]}}
bf7266be-aecc-4f8c-b4f8-7c6e21dd3cac
StarCraft has good user ratings. It is a real-time strategy game that is played 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "StarCraft", "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"]}}
6b0a5b3b-fc3d-4c57-b2b6-ed8a0d651c9c
I'm just curious why you think Overkill Software's Nintendo Switch games are often somewhat underwhelming.
{"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": "Overkill Software", "rating": "average", "platforms": ["Nintendo Switch"]}}
d1bc23f7-fa78-47cd-be63-2e3c646e638c
For an action racing game, I highly recommend Rollcage. It has an average score when it comes to user ratings, but do not let this discourage you. Taking into consideration that the year was 1999 when Rollcage was released, it is standing the test of time.
{"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"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "genres": ["action", "driving/racing"]}}
fe59bc20-0c68-4810-8e76-a905c161472d
Why don't you ever enjoy games without multiplayer?
{"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"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "poor", "has_multiplayer": false}}
53135a03-581f-44a8-a34c-355d7b081012
I was wondering, have you ever played a game that was released way back in 1986, like for example Tetris?
{"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"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tetris", "release_year": 1986}}
ee014047-b88d-4418-a492-38ea58266d49
Superhot is an indie first person tactical shooter. It runs on PlayStation, Xbox, PC, 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"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Superhot", "genres": ["indie", "shooter", "tactical"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
2b73dba0-af57-4de3-8893-6b1a1a9fe0e1
Tell me, why do you think that games made by Overkill Software for the Nintendo Switch are 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": "Overkill Software", "rating": "average", "platforms": ["Nintendo Switch"]}}
df9f232e-ef94-4285-96e7-3a7f479ce299
Stronghold 2 by Firefly Studios is an average real-time strategy simulation with a multiplayer mode. Every player plays the game from a 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"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Stronghold 2", "developer": "Firefly Studios", "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "has_multiplayer": true}}
8d19a678-12fb-4b79-b17d-79cba0975843
When it comes to multiplayer action shooters, I do tend to be quite picky. Unfortunately, for whatever reason, Call of Duty: Advanced Warfare didn't do it for me. It was still alright, but just, meh.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Call of Duty: Advanced Warfare", "rating": "average", "genres": ["action", "shooter"], "has_multiplayer": true}}
cc1f8600-9fdf-466f-9dca-ac7ca6aa4ff9
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}}
54d260dc-b7f0-41ad-92ef-05219791152e
Is there something about multiplayer that puts you off?
{"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"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "poor", "has_multiplayer": false}}
7c4f04fb-d9f5-48e8-a4fc-343f8caf7005
Do you remember playing any games from 1986, for example Tetris?
{"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"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tetris", "release_year": 1986}}
5d6f9f69-e50e-4c5f-8b37-97783db20cf6
Why do you think that Overkill Software's games for Nintendo Switch are so 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": "Overkill Software", "rating": "average", "platforms": ["Nintendo Switch"]}}
fc5ecf4f-432d-4f8f-ba1f-3d5f037d7744
Need for Speed: Most Wanted is a racing game originally released in 2005. The game has multiplayer support.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "genres": ["driving/racing"], "has_multiplayer": true}}
ced24a06-1364-4045-b34e-e4bb1b378b2d
Portal 2 is my dream game. Valve Corporation is my favorite developer and the PlayStation is my favorite system, so combining the two is a match made in heaven.
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Portal 2", "developer": "Valve Corporation", "rating": "excellent", "platforms": ["PlayStation"]}}
844654ab-1545-42d4-94b4-cb8f7629ffaf
Worms: Reloaded is a strategic side view platformer with a lot of action and a multiplayer mode. It was developed by Team17 Digital Ltd and came out in 2010 with an E 10+ rating, but got only mediocre reviews.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "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": "Worms: Reloaded", "release_year": 2010, "developer": "Team17 Digital Ltd", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "average", "genres": ["action", "platformer", "strategy"], "player_perspective": ["side view"], "has_multiplayer": true}}
2d80d8da-a914-485b-bd39-33939bc80bc7
If you don't mind me asking, why is it if a game doesn't have multiplayer you just don't like it at all?
{"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"}}, "required": ["has_multiplayer", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "poor", "has_multiplayer": false}}
0679719e-4db1-4f21-87cd-51c03c57a3c8
Have you played any games from 1986, like Tetris?
{"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"}}, "required": ["name", "release_year"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Tetris", "release_year": 1986}}
0a119dde-e20a-43f6-936e-8ba671252511
Superhot is an indie first person shooter with tactical elements that is available on PlayStation, Xbox and PC, and runs even on Linux and Mac. You can get it on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Superhot", "genres": ["indie", "shooter", "tactical"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
36338e8a-66f9-40d5-89d4-8623b7bab746
Horizon: Zero Dawn is rated T and is an action-adventure shooter RPG for PlayStation.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Horizon: Zero Dawn", "esrb": "T (for Teen)", "genres": ["action-adventure", "role-playing", "shooter"], "platforms": ["PlayStation"]}}
f237b50d-6cf9-4afb-9646-f474a376613c
Metroid Prime Pinball is an average-rated pinball, puzzle game with multiplayer. It is rated E (for Everyone), and is available for Nintendo.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Metroid Prime Pinball", "esrb": "E (for Everyone)", "rating": "average", "genres": ["pinball", "puzzle"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
07190e9a-3930-4902-8d1f-5c443d871bde
Mirror's Edge Catalyst was a pretty mediocre first person game. When it came to the PlayStation, I picked it up, but honestly I found it didn't do the premise justice.
{"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": "Mirror's Edge Catalyst", "rating": "average", "player_perspective": ["first person"], "platforms": ["PlayStation"]}}
3ee67cf5-e2ef-41b5-a9c5-b66cb83a5acc
Shadow of the Tomb Raider is expected to be released on September 14, 2018. It's a third person adventure-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"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "genres": ["adventure", "shooter"], "player_perspective": ["third person"]}}
87111644-0b2e-4e8e-9623-7692f4f08bb3
Super Mario World is an excellent platformer that came out in 1990 for Nintendo only. This game is rated E (for Everyone) and has a side view perspective. You can also play 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"}, "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"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
205fd211-1b95-4b7b-a726-7ccc31bddde8
The Sims is a fun bird view simulation strategy game available on PlayStation, Xbox, Nintendo, and PC. It was also released for Mac, but not for Linux. It is not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "The Sims", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}}
ea2f61ef-b835-48ac-b497-4cbabb862350
I think Need for Speed: Shift was an okay game, but it's not gonna be one of my favorites. It's just that first person driving/racing simulators are, for me, a type of game I always find to be merely okay.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}}
e3e30d3e-eb1c-4e07-bb1c-a50dddfd9607
Are you talking about the PC game by Team17 Digital Ltd called Worms: Reloaded?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "platforms": ["PC"]}}
cc523e7b-d22a-45b2-89f5-e87daad3df9f
Tomb Raider: The Angel of Darkness is a third person, action-adventure shooter, released in 2003 for the PlayStation and PC. It's rated T (for Teen).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "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": ["esrb", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "esrb": "T (for Teen)", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "PC"]}}
150ad59f-bc35-4a45-95b3-ccf28941c312
Another action-adventure role-playing shooter game was Mass Effect 2 from BioWare. It was released in 2010 for PlayStation, Xbox and PC. You play the game from the third person perspective, and 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "esrb", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Mass Effect 2", "release_year": 2010, "developer": "BioWare", "esrb": "M (for Mature)", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["third person"], "platforms": ["PlayStation", "Xbox", "PC"]}}
14e0eb9c-3788-4706-970b-ef3a5d90f7e4
If my memory is right, you said you didn't like Skyforge. Is the third person perspective something you don't like in 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["name", "player_perspective", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Skyforge", "rating": "poor", "player_perspective": ["third person"]}}
1cb21c44-47bc-46c6-8aef-9c9d5c014905
The Sims is a bird's eye view simulation strategy game for PlayStation, Xbox, Nintendo, and PC. It received good ratings from players. It's not available on Steam and doesn't have a 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"}, "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": "The Sims", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}}
dd6d3cc4-a484-44b0-aeea-7455b0f80210
Are you talking about that PC game from Team17 Digital Ltd, Worms: Reloaded?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Worms: Reloaded", "developer": "Team17 Digital Ltd", "platforms": ["PC"]}}
e89a94e1-01f7-42ba-89ad-6803cb4a088b
I was wondering, do you like to play first person games on the Xbox, such as Mirror's Edge Catalyst?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "player_perspective": ["first person"], "platforms": ["Xbox"]}}
fe2d1686-25a7-4125-999c-3895e55dc64f
StarCraft is a pretty good bird view real-time strategy game. It was originally released in 1998 and has multiplayer.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "StarCraft", "release_year": 1998, "rating": "good", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "has_multiplayer": true}}
87d479c3-c58f-4528-a282-95f225cb25fb
If I remember correctly, you did not like Tomb Raider: The Angel of Darkness. Did Core Design let go off their high standard in 2003, 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Angel of Darkness", "release_year": 2003, "developer": "Core Design", "rating": "poor"}}
5b868edb-c354-4a98-8260-3d67dd120835
Super Mario World is an excellent 1990 Nintendo platformer. It is a side view game game with multiplayer, and it is rated E (for Everyone).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
59e10466-adf7-4307-9292-b0cb319714a9
Try The Sims, it's a good strategy sim with bird view for the PlayStation, Xbox, Nintendo, and PC with Mac support. There's no Steam or Linux availability though.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "The Sims", "rating": "good", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "Xbox", "Nintendo", "PC"], "available_on_steam": false, "has_linux_release": false, "has_mac_release": true}}
25ac7cb4-3b05-420c-a4e4-a592f587684e
Guitar Hero: Smash Hits launched in 2009 but plays like a game from 1989, it's just not good.
{"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"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "rating": "poor"}}
24228618-6b02-42f2-b5a2-263124e3e66b
How do you feel about first person Xbox games like Mirror's Edge Catalyst?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "player_perspective": ["first person"], "platforms": ["Xbox"]}}
62401fd6-7aa9-429f-b3ca-4022e79769cf
Rocket League is a sports and vehicular combat game with a good rating and 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Rocket League", "rating": "good", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}}
a5f9a648-18d1-4fac-815c-d11a8161565f
You mentioned that you found Tony Hawk's Pro Skater 3 to be an okay game. Do you in general just find third person perspective sports games to be meh?
{"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": "Tony Hawk's Pro Skater 3", "rating": "average", "genres": ["sport"], "player_perspective": ["third person"]}}
afbd16a3-7270-48b8-a440-91645af5fe79
Assetto Corsa is a game that was released in 2014 and is a driving/racing simulation sport game that offers a multiplayer mode to play and compete with your friends and enemies alike. The game is rated E (for Everyone) and is available on PlayStation, Xbox, PC. It's also available on Linux, but not on Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": false}}
a6567dc3-fc0d-4b1a-bcca-10c7070468fc
Meh, Need for Speed: Shift was alright. It's another first person driving/racing game, you know? It doesn't do much wrong, nor does it stand out from the crowd as far as simulation games go.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}}
be70446a-bd08-499f-b82c-3c1cf14c4f88
Guitar Hero: Smash Hits just didn't do it for me. It really shows that it was made back in 2009.
{"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"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "rating": "poor"}}
981db033-190f-4f2f-a3df-ae31521a20e0
Would you ever play an Xbox games with first person perspective, such as Mirror's Edge Catalyst?
{"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "player_perspective": ["first person"], "platforms": ["Xbox"]}}
26afbf3d-f063-4147-b980-e85b53cb0184
Small World 2 is an indie trivia/board game with multiplayer developed for PC, Linux, and Mac. It received poor reviews.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Small World 2", "rating": "poor", "genres": ["indie", "trivia/board game"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": true, "has_mac_release": true}}
edf1facf-2d4e-4d73-8464-21c4a644eecb
Earlier you mentioned liking the game Tomb Raider: The Last Revelation. How about other games by Core Design for the PlayStation, do you like them as well?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "developer": "Core Design", "rating": "good", "platforms": ["PlayStation"]}}
037d8aa1-59b7-4891-ad93-48e039d071fa
Super Mario World is an excellent platformer game that is played in the side view. It was released in 1990 on Nintendo and is rated E (for Everyone). It can be played multiplayer.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Super Mario World", "release_year": 1990, "esrb": "E (for Everyone)", "rating": "excellent", "genres": ["platformer"], "player_perspective": ["side view"], "has_multiplayer": true, "platforms": ["Nintendo"]}}
02c3e014-97bd-4869-98bf-90ca628481f2
Assetto Corsa is a single-player sport racing simulation game that is rated E. It was released in 2014 for PlayStation, Xbox, and PC. It doesn't have a Mac release, but it does have a release 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Assetto Corsa", "release_year": 2014, "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation", "sport"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": true, "has_mac_release": false}}
aee8f5b6-cd42-49a6-9a75-8108194fd23e
Need for Speed: Shift was a mediocre racing simulation, but I enjoy playing first person driving games.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Shift", "rating": "average", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}}
af367918-2399-4570-aa56-19011b031a04
Guitar Hero: Smash Hits was a very bad game. 2009 was a terrible year for gaming and I just can't stand the games released that year.
{"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"}}, "required": ["name", "rating", "release_year"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "rating": "poor"}}
964801d2-8d55-4db3-b00f-7782d9d714d5
What is it about Steam games that you find to be 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"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "good", "available_on_steam": true}}
66276346-4880-4492-8791-9fc6f19602ac