input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
StarCraft was a pretty good game. I like the RTS genre, and being able to play my friends in multiplayer is nice too. | {"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": "StarCraft", "rating": "good", "genres": ["real-time strategy"], "has_multiplayer": true}} | 62d293c4-0e29-4aea-bb88-53aac6265eb7 |
The Crew 2 is a driving/racing game that will be released on June 29, 2018. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["exp_release_date", "genres", "name"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Crew 2", "exp_release_date": "June 29, 2018", "genres": ["driving/racing"]}} | 36b3d60e-9cd8-47c4-97d2-02cacdf4ad52 |
The bird view simulation and strategy game Ancient Cities will be released on December 1, 2018 for the 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"}, "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": ["exp_release_date", "genres", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "genres": ["simulation", "strategy"], "player_perspective": ["bird view"], "platforms": ["PC"]}} | a2465858-65a5-454a-9d79-63fc627472bf |
You said that you liked Tomb Raider: The Last Revelation. Does that liking extend to other action-adventure puzzle shooter games with a rated for teenagers? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "esrb": "T (for Teen)", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"]}} | 02b8f9a2-bc26-4745-8bc6-76bc0fcb2618 |
Rise of the Tomb Raider is a pretty good action-adventure shooter. Works on several systems, PlayStation, Xbox, PC and Steam, but doesn't have Linux or Mac support. It has multiplayer, which is cool. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | f0a8fc36-d837-49c4-93e8-d63ed02bb832 |
You had a very high opinion of The Room last time we talked. Do you share this opinion with other first person shooters from Fireproof 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": "The Room", "developer": "Fireproof Games", "rating": "excellent", "player_perspective": ["first person"]}} | c7f837f1-696a-44f3-bad1-7961e33b2fb4 |
Heroes of Might and Magic III: The Restoration of Erathia is a turn-based strategy game that came out in 1999 for PC only. The game is rated E (for Everyone) and is not available for Steam, but is available on Linux and Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "esrb": "E (for Everyone)", "genres": ["turn-based strategy"], "platforms": ["PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 2787f3be-d026-430e-bf37-8fc69f9375a6 |
You said earlier that you liked Tomb Raider: The Last Revelation. Typically, are you a fan of action-adventure games rated T (for Teen) featuring puzzles and shooting? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "esrb": "T (for Teen)", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"]}} | 87b9cdaf-9554-4154-85b7-bcb111b12f4e |
If you are interested in a good action-adventure shooter that has multiplayer, try out Rise of the Tomb Raider. It is released on PlayStation, Xbox, and PC, and it's also available on Steam. Unfortunately, there is 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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rise of the Tomb Raider", "rating": "good", "genres": ["action-adventure", "shooter"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 983e7f1e-b7bc-4d78-908a-ea24641e69a5 |
You said earlier that you greatly enjoyed The Room. Are you typically a big fan of first person games from Fireproof 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": "The Room", "developer": "Fireproof Games", "rating": "excellent", "player_perspective": ["first person"]}} | 9e4118e0-f54b-487c-9819-5416737688d2 |
Heroes of Might and Magic III: The Restoration of Erathia is a turn-based strategy game made in 1999. The game, rated E (for Everyone), is available only on PC, Linux and Mac, but 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"}, "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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "esrb": "E (for Everyone)", "genres": ["turn-based strategy"], "platforms": ["PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 89178bd6-5f4e-4d5e-b5dd-4a2280f7ba38 |
You really liked Tomb Raider: The Last Revelation. Do you also like other action-adventure games with puzzle or shooter elements that are rated T (for Teen)? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Tomb Raider: The Last Revelation", "esrb": "T (for Teen)", "rating": "good", "genres": ["action-adventure", "puzzle", "shooter"]}} | 164974f8-33f6-4870-ba01-e5b98bc9fead |
What do you find so unenjoyable about first person games? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "poor", "player_perspective": ["first person"]}} | 27d343d9-c955-42c6-9bad-0e63bdc0d954 |
You mentioned that The Room was a totally awesome game. I'm curious, are you in general a big fan of Fireproof Games' 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": "The Room", "developer": "Fireproof Games", "rating": "excellent", "player_perspective": ["first person"]}} | 98dcaa4e-ea31-4855-ad5d-a7ef2d0fc713 |
Heroes of Might and Magic III: The Restoration of Erathia is an ideal starting point to turn-based strategy games, especially with its E rating and its availability on PC, Linux and Mac. However, it is a game from 1999 and thus 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"}, "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"}, "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", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Heroes of Might and Magic III: The Restoration of Erathia", "release_year": 1999, "esrb": "E (for Everyone)", "genres": ["turn-based strategy"], "platforms": ["PC"], "available_on_steam": false, "has_linux_release": true, "has_mac_release": true}} | 96c7f619-700e-4c05-abb2-f3e342eb7f98 |
Have you heard about the real-time strategy and simulation game from 2005, called Stronghold 2? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"]}} | be704d67-ce43-4fa7-bb68-7394e285ae7d |
So I've been wondering, why do you dislike first person games so much? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "poor", "player_perspective": ["first person"]}} | e9049976-b916-41b5-86e7-8bf541a805cc |
Massive Entertainment developed the tactical shooter and role-playing game Tom Clancy's The Division. The game is for a mature audience and is available on PlayStation, Xbox, PC 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | b3c24392-0053-4afe-9df4-7f7bf4a46fa6 |
Super Mario World is an excellent side view platformer released in 1990. It is rated E (for Everyone) and runs on 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "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"], "platforms": ["Nintendo"]}} | f26c32e4-c412-42ec-82f0-f91cbaed465a |
Commandos: Behind Enemy Lines is a solid multiplayer game from 1998. It's a tactical strategy game you play 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"}, "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": "Commandos: Behind Enemy Lines", "release_year": 1998, "rating": "good", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | a2557e92-1857-4bc0-ac2f-660d5b163fc9 |
Have you ever heard of the real-time strategy simulation game Stronghold 2, from 2005? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"]}} | 7e77226b-081f-45d9-85e6-1d04527154d8 |
What is it about first person perspective games that makes you dislike them the way you do? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "poor", "player_perspective": ["first person"]}} | c224c778-c243-4fd8-a3f1-cf07596e2f7d |
Commandos: Behind Enemy Lines is a good strategy game from 1998. You can play this tactical game in the bird view and has a multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Commandos: Behind Enemy Lines", "release_year": 1998, "rating": "good", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | d5f55ca9-ee1b-4d5b-9007-7f401ec7fc77 |
Stronghold 2 was a real-time strategy simulator from 2005 that I myself liked. Are you familiar with it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Stronghold 2", "release_year": 2005, "genres": ["real-time strategy", "simulation"]}} | 48eaf2c6-8488-41de-b090-8643ce94c2f5 |
Payday 2 was released in 2013. It's an average role-playing shooter that you play in first person. It is available for PlayStation, Xbox, Nintendo Switch, and PC, but was not released 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"}, "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": "Payday 2", "release_year": 2013, "rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": false}} | 04be3019-03d3-4310-a62d-652626d49071 |
Tom Clancy's The Division is a role-playing tactical shooter game. It was developed by Massive Entertainment and released on PlayStation, Xbox, and PC. It is also available on Steam and is rated M (for Mature). | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 4127a1fd-39c1-48ec-a00d-1680b202bcf0 |
Commandos: Behind Enemy Lines is a good tactical strategy game that uses bird view. It was released in 1998 and does have a 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": "Commandos: Behind Enemy Lines", "release_year": 1998, "rating": "good", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | f16ee56e-66c7-4204-b777-cfa06113ec67 |
Earlier you mentioned that you liked Football Manager 2015. Generally are you a fan of games from 2014 by Sports Interactive? | {"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": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "rating": "good"}} | 36cfc313-c8fa-4ff5-b235-91e39197e67e |
Payday 2 is an average role-playing first person shooter game that came out in 2013. The game is available on PlayStation, Xbox, Nintendo Switch, and PC, but is not 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": "Payday 2", "release_year": 2013, "rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": false}} | 993c810c-b158-4d1d-ac95-9b8fbd4ec2ab |
Super Mario World is an excellent platformer game played from the side view perspective. This game was released exclusively for Nintendo in 1990 and received an E (for Everyone) ESRB rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "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"], "platforms": ["Nintendo"]}} | e8471567-c836-4b69-affe-8af5f14e38e4 |
Football Manager 2015 was developed by Sports Interactive in 2014 and you seem to think it was good. Is that always true for these types of games? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "rating": "good"}} | a36fc2a7-eb2a-4325-a992-d2dffeb8d8ca |
Tom Clancy's The Division is a role-playing, tactical shooter that was developed by Massive Entertainment and is rated M (for Mature). It was released for PlayStation, Xbox, and PC and is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "esrb", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Tom Clancy's The Division", "developer": "Massive Entertainment", "esrb": "M (for Mature)", "genres": ["role-playing", "shooter", "tactical"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | f060543e-8aa0-406d-9b98-cf91b1eb9c92 |
Super Mario World is an excellent platformer from 1990. The game features a side view. It is for Nintendo and 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "genres", "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"], "platforms": ["Nintendo"]}} | 372286e7-c9c2-4d2e-9bc6-8da79243065f |
You said you had an enjoyable time playing Football Manager 2015. Do you think the developer Sports Interactive did an especially good job in 2014? | {"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": "Football Manager 2015", "release_year": 2014, "developer": "Sports Interactive", "rating": "good"}} | e3497760-bbc3-4cad-bd18-0c5c95615319 |
Have you ever played a game with a first person perspective that you found to be nauseating? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "nauseating"}} | 437ed243-342a-473c-989d-ae0cee46eb28 |
Call of Duty: Advanced Warfare was developed by Sledgehammer Games. It's an average action, shooter game, that is played in first person. It is available for PlayStation, Xbox, and PC, as well as for Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "rating": "average", "genres": ["action", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 1583a806-449c-4a8d-b7a1-a6c5422b73f4 |
Payday 2 is an okay first person shooter game from 2013 where role-playing elements are present. It doesn't have a Mac or Linux release but works on PlayStation, Xbox, Nintendo Switch 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"}, "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": "Payday 2", "release_year": 2013, "rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "Nintendo Switch", "PC"], "has_linux_release": false, "has_mac_release": false}} | 7ae15677-8b14-4c01-8e75-57d8c538c241 |
What's the most nauseating first person game you've played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "nauseating"}} | 86c8b68f-780e-4bf8-8dbd-7e35a57afa71 |
Far Cry 3 is a good first person action-adventure shooter game. It is available for PlayStation, Xbox, and PC, but it is not supported on 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"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | fb653a69-1af3-4e19-860d-0bfb1de4c616 |
Tom Clancy's Splinter Cell: Chaos Theory is a first person tactical game with third person options. Released in 2005, It has multiplayer capabilities and an action storyline for an overall good 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"}, "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": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "rating": "good", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 9a52c09b-0f62-4c69-a5ad-6f8c31a47a77 |
Call of Duty: Advanced Warfare is an average action first person shooter game by Sledgehammer Games. It was released for the PlayStation, Xbox, and PC and you can find it on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "rating": "average", "genres": ["action", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 7e506585-4834-436c-b267-dd8d86eebf04 |
I remember you said you found Driver to be average. Are you normally not impressed by T (for Teen) rated games by Reflections Interactive? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "esrb": "T (for Teen)", "rating": "average"}} | eaa3df31-4456-4021-9aa1-e85a5ff2e594 |
Has a first person perspective video game ever been nauseating for you? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["player_perspective", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"player_perspective": ["first person"], "specifier": "nauseating"}} | fbd6e24b-8a79-4673-874c-f048d828c635 |
Call of Duty: Advanced Warfare is a first person, action shooter game that was released by Sledgehammer Games. It can be played on PlayStation, Xbox, PC and is available on Steam. Most users rate it as an average 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "genres", "name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Call of Duty: Advanced Warfare", "developer": "Sledgehammer Games", "rating": "average", "genres": ["action", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}} | 1b02872a-9f6e-45af-af02-4ccc7102af3d |
Far Cry 3 is a good action-adventure first person shooter. It is available on PlayStation, Xbox, and PC. The game is not available on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | cb77aa74-e9ad-42e5-b1d4-0889f3bf8144 |
Driver was just okay for you. Do you feel the same about other Teen rated games from Reflections Interactive? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "esrb": "T (for Teen)", "rating": "average"}} | 333d53ac-c100-4078-8840-81573ab12b31 |
So do you have any experience playing games on Steam, like for example Resident Evil 4? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Resident Evil 4", "available_on_steam": true}} | dbf039c9-d285-4565-9d55-c4f56d5e504a |
Over the weekend I played Tom Clancy's Splinter Cell: Chaos Theory from 2005. It is a good action game with a tactical style, where you can switch between first and third person perspectives. It also 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": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "rating": "good", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | 0b8a7fb7-ed50-428d-aeb8-0bf44139fd6f |
Rollcage isn't terrible, I guess. It's from 1999 and I normally don't like games that old, but the multiplayer helped make up for it 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "has_multiplayer": true}} | 13b21ee3-cc96-48bc-9feb-f826d0e6ad9a |
A moment ago you said that Driver was simply okay, not bad, not good. Would you say that games by Reflections Interactive labelled with the T rating are simply missing something? | {"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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Driver", "developer": "Reflections Interactive", "esrb": "T (for Teen)", "rating": "average"}} | 0caf91f6-cec5-4acd-9d8c-f9428f46c20b |
Have you tried out games on Steam, like Resident Evil 4? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Resident Evil 4", "available_on_steam": true}} | 5a11eca5-7cd8-47d0-8b7f-1dac694cb3ea |
Rollcage was barely fun to play with other people, and it certainly wasn't my favorite game from 1999. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "has_multiplayer": true}} | ce71b105-7fbf-4ec9-9344-0f1facd9a3aa |
Psyonix put out a game in 2015 called Rocket League. It's a multiplayer sport and vehicular combat game that has an E (for Everyone) rating. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "developer": "Psyonix", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | 769999ca-af3a-4e93-bc16-2582f517151d |
Do you like games you can get on Steam, like Resident Evil 4? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Resident Evil 4", "available_on_steam": true}} | ea5d6b19-2786-4dfd-ae98-02f3c3a0d0ab |
Far Cry 3 is a good action-adventure first person shooter released for PlayStation, Xbox, and PC. It was not released on Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Far Cry 3", "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": false}} | 5286a64a-2ea8-45ad-883a-1460317a256d |
Tom Clancy's Splinter Cell: Chaos Theory came out in 2005 to good reviews. It's a multiplayer first and third person tactical action 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"}, "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": "Tom Clancy's Splinter Cell: Chaos Theory", "release_year": 2005, "rating": "good", "genres": ["action", "tactical"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}} | b0b62135-ef5f-441c-8df1-540c81836146 |
Rollcage was alright, I guess. It was an okay multiplayer experience, but even for 1999 it feels old. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Rollcage", "release_year": 1999, "rating": "average", "has_multiplayer": true}} | fefd65d8-a175-4d9d-8bab-435826269807 |
Rocket League came out in 2015 by Psyonix and is a sport game. The vehicular combat game can be played multiplayer and 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "developer": "Psyonix", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | d90b10c3-884f-4d8a-9626-cbf057f73bd7 |
Need for Speed: Most Wanted is a good 2005 game. It is a driving/racing game with multiplayer features. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | b2e92cd6-b068-45a8-bfd6-2d43c0407bfc |
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}} | a5088868-19e5-45ac-ad3b-84eeeb28d488 |
Why are you generally nonplussed by first person shooter RPGs? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"]}} | da6d4e6a-4cf1-47b2-bbc0-4fdf97c52ee3 |
You said you were ambivalent towards The Vanishing of Ethan Carter. Do you feel the same about other first person adventure games from indie developers? | {"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": "The Vanishing of Ethan Carter", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 4352b808-21ee-4a2b-beac-739439b9a002 |
A good sport and vehicular combat game with a multiplayer mode is Psyonix's Rocket League. It came out in 2015 and 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"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Rocket League", "release_year": 2015, "developer": "Psyonix", "esrb": "E (for Everyone)", "genres": ["sport", "vehicular combat"], "has_multiplayer": true}} | 8aadc604-e0b9-466b-9da6-b812329cc76d |
A good driving/racing game from the past was Need for Speed: Most Wanted. It was a fun multiplayer game released back 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | f4e268fb-c83a-4c82-b7b9-0cf7fbbf56cb |
Too bad the action-adventure RPG The Witcher 3: Wild Hunt has no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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}} | 0d6aa6b1-af5e-4aa7-9568-89419045fc7f |
Why do you feel that first person role-playing shooters are typically neither bad nor great? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"]}} | 36236c68-a8e3-4b53-b723-997b0d44d129 |
I remember you saying you found The Vanishing of Ethan Carter to be average. In general are you unimpressed by indie adventure games with 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"}, "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": "The Vanishing of Ethan Carter", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | 415b54e9-fded-46b0-9ec3-bac1597946d4 |
Metro 2033 is a 2010 single-player action, role-playing shooter. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "Metro 2033", "release_year": 2010, "genres": ["action", "role-playing", "shooter"], "has_multiplayer": false}} | f96f006d-6abc-495a-b196-755e09e534f7 |
Need for Speed: Most Wanted is good multiplayer driving/racing game that came out 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}} | f7c7a996-d14b-44b5-b68f-84f36e1f3d7d |
The Witcher 3: Wild Hunt, is an action-adventure RPG with no multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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}} | d59bbdc4-6e85-4694-bf25-03c4b3040454 |
What is it about first person RPG shooters that makes you find them to be just okay? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "average", "genres": ["role-playing", "shooter"], "player_perspective": ["first person"]}} | 05c4d8df-877f-4a9e-9666-1debe7631812 |
Since you like driving/racing games for PC, I wonder if you've played Need for Speed: Most Wanted. | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "platforms": ["PC"]}} | a5f6765d-01bf-4d88-95a6-07e2feb2dfdf |
If you want an action, role-playing shooter with no multiplayer, try Metro 2033. It was released 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"}, "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": "Metro 2033", "release_year": 2010, "genres": ["action", "role-playing", "shooter"], "has_multiplayer": false}} | 970f9ea0-cf9c-4601-b291-e1fd969c89f7 |
Rise of the Tomb Raider is a multiplayer action-adventure shooter that was released in 2015. | {"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": "Rise of the Tomb Raider", "release_year": 2015, "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | 8860fde1-9002-46b2-92c1-02f35368f0b7 |
The Forest of Doom is a text adventure currently available for the PC. The role-playing game is available on Steam for Windows, Mac, and Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 71d9726a-8cf0-4897-9d7f-a518032e967c |
Metro 2033 is a role-playing action shooter game released in 2010. The game has no multiplayer in it. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Metro 2033", "release_year": 2010, "genres": ["action", "role-playing", "shooter"], "has_multiplayer": false}} | 400d9d68-d235-4e97-ba8a-9055614229cd |
Rise of the Tomb Raider is a 2015 multiplayer action-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"}, "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": "Rise of the Tomb Raider", "release_year": 2015, "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | 048c075c-89ad-41c5-8aba-12d0e53dde02 |
A classic driving/racing game for the PC is Need for Speed: Most Wanted, did you ever play it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "platforms": ["PC"]}} | 05b94e87-1446-48ba-94ec-4e28eb31c471 |
The Forest of Doom is a role-playing text adventure game that you can get on Steam. It's available for the PC, Linux, and Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 35fa4bff-b1e8-4c40-a409-2da2a44d0270 |
You said that you found The Vanishing of Ethan Carter to be okay, but not all that great. Do you often feel that way about indie adventure games that are 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"}, "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": "The Vanishing of Ethan Carter", "rating": "average", "genres": ["adventure", "indie"], "player_perspective": ["first person"]}} | df9d342e-ec3d-4270-924b-67c812821905 |
Uncharted 4: A Thief's End is a multiplayer third person action-adventure shooter. It was developed by Naughty Dog 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 04539847-a56e-4630-b176-ff41f539d6e9 |
Rise of the Tomb Raider is an action-adventure shooter that was released in 2015, and it offers 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"}, "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": "Rise of the Tomb Raider", "release_year": 2015, "genres": ["action-adventure", "shooter"], "has_multiplayer": true}} | 5f229273-fa55-4907-a3cb-dfb3446ad9e2 |
A PC platform driving/racing game that I enjoyed was Need for Speed: Most Wanted. Have you played it? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "platforms": ["PC"]}} | ea5afbb2-1318-4b45-8007-979a3da6c71e |
The Forest of Doom is a role-playing text adventure on PC, Linux, and Mac. It is available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Forest of Doom", "genres": ["role-playing", "text adventure"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}} | 88510eac-6288-4ac2-93c7-54e6de1d7ac6 |
I didn't hate Stronghold 2, but I really wished I liked it more. Real-time strategy simulators like it are often some of my favorite games, but I really disliked the bird view perspective in this one. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Stronghold 2", "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"]}} | ad2c9589-a7ef-4dbb-b06d-2ad32c86c57f |
Uncharted 4: A Thief's End by Naughty Dog is an action-adventure shooter game for PlayStation. It has multiplayer and features a third person perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 6f03f6aa-fbbc-435f-8446-219d1c9a35f3 |
If you're into PC role-playing games with turn-based strategy, look no further than Might & Magic: Heroes VI. Although this particular title isn't available on Linux or Mac, you can find it at the Steam store. People consider this game average, and it has received ratings that reflect that. | {"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": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d0870869-27e7-4aa6-b7c9-49d6ed8cf14b |
If you like the MMORPG type of games, then you should try the PC game called World of Warcraft: Battle for Azeroth, which is expected to be released on August 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "platforms": ["PC"]}} | 95ed5aff-cf46-4ed5-b155-819b478de8f7 |
Might & Magic: Heroes VI is an average multiplayer role-playing turn-based strategy for PC, available on Steam. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}} | 4448ef1c-5573-44b7-8a8e-4a08d530a2e5 |
For a game with a bird's eye view, Stronghold 2 is okay. It's your average real-time strategy simulation 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Stronghold 2", "rating": "average", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"]}} | fc28c39c-c321-47f8-b54b-fbbd6ecff1a0 |
Might & Magic: Heroes VI was a decent role-playing turn-based strategy game for the PC. You can get it on Steam, but you can't play 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"}, "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": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 11618d8e-96b1-4054-8627-edfc44f6db6a |
Uncharted 4: A Thief's End by Naughty Dog is an action-adventure shooter game with a third person view. It has a multiplayer mode. It can be played on PlayStation only. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Uncharted 4: A Thief's End", "developer": "Naughty Dog", "genres": ["action-adventure", "shooter"], "player_perspective": ["third person"], "has_multiplayer": true, "platforms": ["PlayStation"]}} | 5ff36c1c-4b9d-4924-9551-984100e8dffb |
World of Warcraft: Battle for Azeroth is an MMORPG to be released August 14, 2018 as a PC exclusive 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"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "platforms": ["PC"]}} | 0eac4f9f-cd8a-4f98-8821-054a0f666b7c |
Might & Magic: Heroes VI is a PC only game and you'll find it on Steam. Although it is a turn-based strategy RPG with a multiplayer support, I found it average at best. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}} | a7c56841-b11c-46b9-8f86-c8a46cf181f2 |
Might & Magic: Heroes VI is an average turn-based strategy role-playing game for PC and Steam. There is 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"}, "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": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 3516f678-50b9-4861-a77f-83eedef573b0 |
I hate when games like Mirror's Edge Catalyst come with multiplayer, as the single-player then tends to be lacking in depth. | {"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"}}, "required": ["has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Mirror's Edge Catalyst", "rating": "poor", "has_multiplayer": true}} | ceaa045e-5f25-4ce9-a101-78aa2a624de5 |
World of Warcraft: Battle for Azeroth is an MMORPG game and is expected to be released on August 14, 2018. It will be available exclusively on 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["exp_release_date", "genres", "name", "platforms"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "World of Warcraft: Battle for Azeroth", "exp_release_date": "August 14, 2018", "genres": ["MMORPG"], "platforms": ["PC"]}} | 9cbdcd41-f1ff-4e80-b63c-a77b25336193 |
Might & Magic: Heroes VI is an average role-playing, turn-based strategy game that can only be played on the PC. This game is available on Steam 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Might & Magic: Heroes VI", "rating": "average", "genres": ["role-playing", "turn-based strategy"], "has_multiplayer": true, "platforms": ["PC"], "available_on_steam": true}} | 4dd2f086-753e-4592-acd7-88265fc31874 |
Half-Life 2 is considered an excellent first person shooter despite having 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Half-Life 2", "rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 4e7fc179-bde0-464a-9e4d-d450206e56f7 |
Metal Gear Solid 3: Snake Eater is an excellent action-adventure tactical shooter that was released in 2004 for PlayStation. It does not have multiplayer. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "has_multiplayer", "name", "platforms", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Metal Gear Solid 3: Snake Eater", "release_year": 2004, "rating": "excellent", "genres": ["action-adventure", "shooter", "tactical"], "has_multiplayer": false, "platforms": ["PlayStation"]}} | bbeec2bc-ef37-45e8-a474-cf7c9ae1b553 |