input
stringlengths 20
429
| tool
stringclasses 464
values | output
stringlengths 46
331
| id
stringlengths 36
36
|
---|---|---|---|
BioShock was released in 2007 by 2K Boston. It's a good action-adventure, role-playing, shooter game, that you play in first person. There is no multiplayer mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "release_year": 2007, "developer": "2K Boston", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | bd01dc0e-2dbd-4952-a0db-49b2061b8ff7 |
I'm looking for something to make me laugh, what do you think is the funniest game you've ever played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"specifier": {"title": "Specifier", "type": "string"}}, "required": ["specifier"], "type": "object"}}} | {"name": "request", "arguments": {"specifier": "funniest"}} | 6c6a5b0c-4b21-4494-8dba-220e2f81a6be |
Euro Truck Simulator is a lackluster 2008 first person driving simulator. | {"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"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "release_year": 2008, "rating": "poor", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}} | 8925dd14-b292-4870-9f68-6291043ba809 |
BioShock is a 2007 action-adventure, role-playing, first person shooter from 2K Boston. It does not have multiplayer but has good reviews. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "release_year": 2007, "developer": "2K Boston", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 3f593c34-e63d-4695-bc93-8d15c7934a1b |
Stronghold 2 is a real-time strategy simulation with a bird view that is on the PC. The game is rated T (for teen) and is available on Steam, but not on either 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | 69115f0f-a556-4272-827c-b8957e90c1dd |
Euro Truck Simulator from 2008 was a poor driving/racing simulation game. It was first person. | {"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"}}, "required": ["genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Euro Truck Simulator", "release_year": 2008, "rating": "poor", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person"]}} | 3f031c62-48c5-4e65-a5c7-114d6a547780 |
Stronghold 2 is a real-time strategy and simulation game released for PC. Offering bird view perspective, the game gives players an opportunity to experience castle life in medieval times. The game is rated T (for Teen) and is available on Steam for Windows, with no planned release for Linux or Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | d83226fb-c7ba-4197-be4a-4ac4190265ef |
Your opinion of Metro 2033 seems to be that it's a pretty good game. Do you mostly enjoy playing action RPG shooters 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": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | e95674cd-bbfd-44a0-8aa6-b444de09af37 |
Stronghold 2 is a real-time strategy simulation game available on Steam. It has a bird view and is rated T. You can play on PC, but 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "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", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Stronghold 2", "esrb": "T (for Teen)", "genres": ["real-time strategy", "simulation"], "player_perspective": ["bird view"], "platforms": ["PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}} | e0c4f74e-a274-4335-9409-9ef8dcc2b824 |
You mentioned earlier that you liked Metro 2033. Do you regularly play first person action games with role-playing 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"}, "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": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | d54727ef-5678-40e6-93a9-e4b102c8f3d7 |
The 2007 video game BioShock is a good role-playing action-adventure shooter by 2K Boston. It does not offer any multiplayer option however and can only be played in first person mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "BioShock", "release_year": 2007, "developer": "2K Boston", "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"], "has_multiplayer": false}} | 11b14d4a-0191-47e3-84c6-9db0d6653a05 |
The Legend of Zelda: Ocarina of Time is a 1998 action-adventure game developed by Nintendo EAD and released for Nintendo consoles. The third person game combines role-playing, puzzles, and adventure, plus it allows the game to be played from a bird view too. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["Nintendo"]}} | 024c6529-2ed6-4ced-bcb7-ede9262c47c4 |
You said that you liked Metro 2033. Do you also feel good about other first person action shooter RPGs? | {"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": "Metro 2033", "rating": "good", "genres": ["action", "role-playing", "shooter"], "player_perspective": ["first person"]}} | fa349290-278e-4a66-b517-3ad6575d44d4 |
What is it about the games on PlayStation that you find fun? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "platforms": ["PlayStation"]}} | a468556d-62ff-41d0-8bf8-2aaa41f11522 |
Are you speaking about the Silent Hill 2, the action-adventure puzzle game that was given an M rating? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "genres": ["action-adventure", "puzzle"]}} | 40fa4682-22e2-453f-a8b9-9988f3470b42 |
Why do you like PlayStation games better compared to games on other platforms? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "platforms": ["PlayStation"]}} | d2dd0d08-2498-4fc7-8444-f80601277579 |
Are you talking about the M-rated action-adventure puzzle game, Silent Hill 2? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "genres": ["action-adventure", "puzzle"]}} | b79579d1-c7fe-4197-a7d9-b81c2bf09f73 |
What is it you like about games on PlayStation? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"rating": "good", "platforms": ["PlayStation"]}} | fbf97181-cb95-47a9-9c42-96f48005e236 |
The Legend of Zelda: Ocarina of Time was released by Nintendo EAD in 1998. It is an action-adventure, puzzle, role-playing game for Nintendo. You play from a bird view, in third person. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["Nintendo"]}} | 47328047-8fa5-43ce-b55f-793df72c38cc |
Is the Silent Hill 2 you just mentioned the one that's an M rated action-adventure puzzle game? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Silent Hill 2", "esrb": "M (for Mature)", "genres": ["action-adventure", "puzzle"]}} | 4e83aaf0-21fc-45f9-a484-e7918db54a10 |
There is this tactical strategy game that I played with my friends recently, Commandos: Behind Enemy Lines. It was released in 1998 by Pyro Studios. You play it from the bird view perspective, and it 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Commandos: Behind Enemy Lines", "release_year": 1998, "developer": "Pyro Studios", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 1c17702d-c0ff-4eb5-9ad7-8203dc071609 |
In 1998 Nintendo EAD released The Legend of Zelda: Ocarina of Time on their Nintendo platform. It redefined the third person bird's eye action-adventure puzzle RPG genre. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "developer": "Nintendo EAD", "genres": ["action-adventure", "puzzle", "role-playing"], "player_perspective": ["bird view", "third person"], "platforms": ["Nintendo"]}} | ef3cd4de-1a9c-4ae9-b130-bd3e37157526 |
A classic game that Ensemble Studios released back in 1999 was Age of Empires II: The Age of Kings. Have you ever 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "developer": "Ensemble Studios"}} | 98f4d9c1-2c4e-4bae-84fb-7e4793be2e30 |
Commandos: Behind Enemy Lines was released in 1998 by Pyro Studios. It was a tactical strategy game that is played in a bird view perspective. It is a multiplayer 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"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Commandos: Behind Enemy Lines", "release_year": 1998, "developer": "Pyro Studios", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | 6e6ce964-e66e-431c-9cc6-b763e9571e25 |
RollerCoaster Tycoon is a pretty good game. I like strategy simulators like it, and MicroProse clearly knew what they were doing when making it. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "rating": "good", "genres": ["simulation", "strategy"]}} | d32ce745-eb1b-436e-aaf7-332b7a62f271 |
Speaking of games from 1999, have you ever heard of the Ensemble Studios game Age of Empires II: The Age of Kings? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "developer": "Ensemble Studios"}} | a4bb56f0-6eb0-42b4-89e0-34af285945f7 |
In 1998 Pyro Studios released Commandos: Behind Enemy Lines, a tactical strategy game that allowed you to play in multiplayer with a bird's eye perspective. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "developer": {"title": "Developer", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "player_perspective", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Commandos: Behind Enemy Lines", "release_year": 1998, "developer": "Pyro Studios", "genres": ["strategy", "tactical"], "player_perspective": ["bird view"], "has_multiplayer": true}} | e6eb7c60-3ab9-46c3-9483-0a98b11abf1d |
I've been enjoying playing RollerCoaster Tycoon lately. MicroProse knows how to make a quality strategy sim, and it shows in this game. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "rating": "good", "genres": ["simulation", "strategy"]}} | 4118de75-9db7-406d-be90-0ff6798d64f3 |
Speaking of 1999 releases from Ensemble Studios, have you heard of Age of Empires II: The Age of Kings? | {"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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Age of Empires II: The Age of Kings", "release_year": 1999, "developer": "Ensemble Studios"}} | 9ccace0e-139c-47d1-8baf-92088062d719 |
Do you mean Black Hole Entertainment's Might & Magic: Heroes VI, available on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "available_on_steam": true}} | 51c40fc0-ac80-49b6-a88b-90e1311ce203 |
RollerCoaster Tycoon was really well made by MicroProse. It's a seminal simulation/strategy game and I enjoyed it a fair amount. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["developer", "genres", "name", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "rating": "good", "genres": ["simulation", "strategy"]}} | db64c81b-994d-47c2-afa6-a9d0d35ba0bc |
If you're looking for a racing game to play with friends, Need for Speed: Most Wanted from 2005 has multiplayer support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "genres": ["driving/racing"], "has_multiplayer": true}} | 35f67b02-94ef-4e46-ba29-39575d3f8f7a |
Is the Might & Magic: Heroes VI you just mentioned the one developed by Black Hole Entertainment and available on Steam? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "available_on_steam": true}} | e726d1c7-4bb9-40b9-a365-51375e4991f3 |
You said earlier that you enjoyed Assassin's Creed II. Are you generally a fan of platforming action-adventure games for PlayStation? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation"]}} | 27b2fd53-2e39-4666-8e05-5a752045a07c |
Need for Speed: Most Wanted is a racing game originally released in 2005. The game has multiplayer support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "genres": ["driving/racing"], "has_multiplayer": true}} | 2f46c275-bb0c-4ee3-b5eb-e7e282ef2b07 |
Were you referring to the Might & Magic: Heroes VI that is available on Steam and developed by Black Hole Entertainment? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "developer", "name"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Might & Magic: Heroes VI", "developer": "Black Hole Entertainment", "available_on_steam": true}} | f6218596-ec45-434a-bf03-22635f16bcdd |
You said that you liked Assassin's Creed II. Do you generally like to play action-adventure platformers on the PlayStation? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation"]}} | 09f52ed1-7369-4a5c-9300-e9e2dbbedf23 |
Need for Speed: Most Wanted is a multiplayer racing game that was released in 2005. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Need for Speed: Most Wanted", "release_year": 2005, "genres": ["driving/racing"], "has_multiplayer": true}} | f0a58762-206a-4da6-b1c5-0f204e6f838a |
Just to confirm, you're talking about the PC game, Ancient Cities, with the bird view perspective, right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "player_perspective": ["bird view"], "platforms": ["PC"]}} | e022a078-6862-422e-a4aa-2189918c6f11 |
You said that Assassin's Creed II was pretty fun. In general, do you enjoy playing those action-adventure platformers that are available for PlayStation? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Assassin's Creed II", "rating": "good", "genres": ["action-adventure", "platformer"], "platforms": ["PlayStation"]}} | c5c593b9-d6c4-437b-bb6c-bc4565a0d04a |
I heard you say that you liked Commandos: Behind Enemy Lines. Do you feel that multiplayer games tend to be more fun from a bird's eye view? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Commandos: Behind Enemy Lines", "rating": "good", "player_perspective": ["bird view"], "has_multiplayer": true}} | 3928b7d0-b982-471c-b821-8fcf1bbdb809 |
Ancient Cities, the PC game with a bird's eye view? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "player_perspective": ["bird view"], "platforms": ["PC"]}} | 1536672c-7699-4d06-929e-e6b888d8358e |
Can you explain to me, why is it that the games made by Attention To Detail are ones you always find to be average in quality? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Attention To Detail", "rating": "average"}} | f6b3832d-4d31-441a-985b-ad5050e47f2d |
You said earlier that you liked Commandos: Behind Enemy Lines. Are you a fan in general of multiplayer games with a bird view perspective? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Commandos: Behind Enemy Lines", "rating": "good", "player_perspective": ["bird view"], "has_multiplayer": true}} | 607f0dc4-2ae7-4a90-9bd4-3125ef4eaa0f |
You must be referring to Ancient Cities, the bird's eye view game for the PC, is that right? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "Ancient Cities", "player_perspective": ["bird view"], "platforms": ["PC"]}} | 1ec4256d-317b-4af8-b3fc-39dc5a307fb2 |
You've said you find games developed by Attention To Detail to be okay but not great. What is it about them that makes you say that? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Attention To Detail", "rating": "average"}} | beef0337-e47c-4a9f-b65b-cd441023a4a8 |
Earlier, you said you liked Commandos: Behind Enemy Lines. Do you usually enjoy multiplayer games from a bird's-eye view? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "Commandos: Behind Enemy Lines", "rating": "good", "player_perspective": ["bird view"], "has_multiplayer": true}} | df455e5f-8c2c-4065-9db8-5eb9c57c4cd7 |
The Legend of Zelda: Ocarina of Time is a Nintendo classic from 1998. 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "platforms": ["Nintendo"]}} | 015981cd-e5f3-4155-89f7-0e4a48a8ee24 |
Why do you find Attention To Detail to be so average? | {"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["developer", "rating"], "type": "object"}}} | {"name": "request_explanation", "arguments": {"developer": "Attention To Detail", "rating": "average"}} | 560ca90e-985e-47c9-8240-6bab1aa253fe |
The Elder Scrolls Online is an M-rated MMORPG from ZeniMax Online Studios for PlayStation, Xbox, and PC. The game allows you to change between first person and third person perspectives. While it currently does not have a Linux release, it is available on Mac. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "esrb": "M (for Mature)", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | a697597d-900d-4d2b-bd6a-b4fe93561ccf |
1998 had so many great games come out for Nintendo, like The Legend of Zelda: Ocarina of Time. Have you ever played it before? | {"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "platforms": ["Nintendo"]}} | abb5bf9e-b09f-43fe-8b8a-6655faf43a14 |
Did you play any PC games that were overly buggy? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PC"], "specifier": "buggy"}} | efe9965a-8ad6-4c40-b948-1c075ae4a1d3 |
The Elder Scrolls Online is a MMORPG and is rated M (for Mature). It was developed by ZeniMax Online Studios and offers both a first person and third person experience. Currently, it is available on PlayStation, Xbox, PC, and Mac. The game is not available on Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "esrb": "M (for Mature)", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | b6e40fe3-16c3-4e96-940c-8ad9e4416fe7 |
Wait, you haven't played The Legend of Zelda: Ocarina of Time? Dude it's been out since 1998, I will literally lend you my copy and my Nintendo 64, you have to 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"}, "release_year": {"title": "Release Year", "type": "integer"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "release_year"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "The Legend of Zelda: Ocarina of Time", "release_year": 1998, "platforms": ["Nintendo"]}} | 898f7cb2-7f9b-4fe1-a5cf-ca1039e13f89 |
Have you experienced any buggy PC games recently? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PC"], "specifier": "buggy"}} | 2849e63f-28ca-4c72-83ab-7901ac98c984 |
The Elder Scrolls Online is a first and third person MMORPG released by ZeniMax Online Studios. This game was released for PlayStation, Xbox, and PC, and is rated M (for Mature). It has a Mac release, but not one for Linux. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["developer", "esrb", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Elder Scrolls Online", "developer": "ZeniMax Online Studios", "esrb": "M (for Mature)", "genres": ["MMORPG"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "has_linux_release": false, "has_mac_release": true}} | 64636623-0374-477e-a85e-bcecb781a5d0 |
The Room by Fireproof Games is an indie point-and-click single-player puzzle game. It has excellent ratings. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "has_multiplayer": false}} | 16a949d4-741f-41a3-ad12-611e9588c8f4 |
Do you remember any particularly buggy PC games? I'd like to know so I can avoid them. | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["PC"], "specifier": "buggy"}} | af69728d-bd47-4e52-81f7-ece16b90303c |
Do you tend to enjoy M rated games, or is BioShock simply unique which made you like it? | {"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"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "rating": "good"}} | 283a00f3-8787-42de-bdee-863f136d648e |
Fireproof Games released an indie puzzle game, The Room. This point-and-click game has received excellent ratings, but has no multiplayer option. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "has_multiplayer": false}} | 32f3fee8-67b3-42b2-8078-0d8671a6433b |
Have you ever played an M rated action-adventure shooter, such as for example Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"]}} | 9f02a10d-1b7b-4211-8d9f-1206b8b211b8 |
I know you enjoyed BioShock a fair amount. Would you say that you like to play M rated games in general? | {"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "rating": "good"}} | d5770b18-dad3-4df1-a617-ab673a6a6847 |
The Room, an excellent point-and-click puzzle game, is available from developer Fireproof Games. However excellent the ratings are, this indie title lacks multiplayer support. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["developer", "genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "The Room", "developer": "Fireproof Games", "rating": "excellent", "genres": ["indie", "point-and-click", "puzzle"], "has_multiplayer": false}} | 36b74c9b-a36c-403b-a8d3-44986cf27d58 |
Do you also enjoy M rated action-adventure shooter games such as Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"]}} | b881b19d-71fa-421d-b3c9-71faeb83c5ae |
I believe that you said you liked BioShock. Do you generally like games rated for mature audiences? | {"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"}}, "required": ["esrb", "name", "rating"], "type": "object"}}} | {"name": "verify_attribute", "arguments": {"name": "BioShock", "esrb": "M (for Mature)", "rating": "good"}} | 307e1ee9-c6dd-400a-84fd-1b6f2eb3387a |
BioShock was an enjoyable title I'd say. PC games like it are generally my preference and I enjoyed the first person perspective. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"], "platforms": ["PC"]}} | 15af6211-f561-4d6f-97d9-a00cc7fbeeef |
Do you have the stomach for M rated action-adventure shooters, such as Max Payne? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Max Payne", "esrb": "M (for Mature)", "genres": ["action-adventure", "shooter"]}} | 6572507b-bd75-4f3a-ae3a-95c9a836ef0c |
Lara Croft and the Temple of Osiris is an average action-adventure puzzle game. The shooter is played in the bird view. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["bird view"]}} | 0b3e48aa-69b7-437b-bc23-362ad4394468 |
Man, I enjoyed BioShock quite a bit. It's a pretty innovative first person PC game, I'd say. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"], "platforms": ["PC"]}} | 2c356396-4c70-4d17-a187-0090542dd660 |
Multiplayer games for the PC are always at least a little fun, so I've been enjoying playing Diablo II lately. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "rating": "good", "has_multiplayer": true, "platforms": ["PC"]}} | 60bb5f1f-700d-4db2-af30-d1ec5d9d2a75 |
Lara Croft and The Temple of Osiris is a game with average ratings. You're placed in a bird's eye view of the action-adventure, puzzle and shooter style game play. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["bird view"]}} | 42843158-ad8f-4b23-a90b-207ab325af43 |
I normally don't play games on the PC, but the first person perspective of BioShock was so well done that I actually thought the game was pretty good. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["name", "platforms", "player_perspective", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "BioShock", "rating": "good", "player_perspective": ["first person"], "platforms": ["PC"]}} | eec3d033-66f7-4b23-bc7c-ade8b510f500 |
The other day I was remembering Diablo II, which was a quality game. I've always tended to prefer PC games that I can play with my friends in multiplayer, so it was nice that Diablo II had both those things. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "rating": "good", "has_multiplayer": true, "platforms": ["PC"]}} | 91ba0e10-ff77-48d5-a85e-fa1ba4397510 |
Lara Croft and the Temple of Osiris has an average rating. This game is an action-packed adventure, but also has a puzzle and shooter element to it. You get to play in a bird view perspective throughout the game. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "player_perspective": ["bird view"]}} | dfc52663-0ace-4d04-8eb4-9c082a3a5320 |
What other RTS simulation games are there? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["real-time strategy", "simulation"], "specifier": "other"}} | 9c95c295-a158-4dd7-898b-c5766188f217 |
Diablo II is a solid multiplayer game for the PC. | {"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["has_multiplayer", "name", "platforms", "rating"], "type": "object"}}} | {"name": "give_opinion", "arguments": {"name": "Diablo II", "rating": "good", "has_multiplayer": true, "platforms": ["PC"]}} | d158761a-899c-4233-a9a5-a897cf201fc2 |
Trivial Pursuit is a trivia/board game that was released in 2009. | {"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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "genres": ["trivia/board game"]}} | 9f42685e-a93e-4911-8ae5-6f4baf320b7d |
So what other real-time strategy simulators have you played lately? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["real-time strategy", "simulation"], "specifier": "other"}} | 194d6f5d-128d-47cf-89ad-9105bdadacd8 |
Is there any brand new Xbox games you're interested in? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "brand new"}} | dd02c35c-7cdc-485f-9255-d49c039d56f5 |
In 2009, Trivial Pursuit was released for those who love trivia or board games. | {"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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "genres": ["trivia/board game"]}} | 5d31f7b4-75f1-4e54-8d60-ea1add692922 |
What other real-time strategy simulator have you played? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["genres", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"genres": ["real-time strategy", "simulation"], "specifier": "other"}} | 0a929e12-48ba-4526-98fe-6c629078b38d |
What's your favorite brand new Xbox Game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "brand new"}} | bcd5686b-ad60-4169-86a4-ac6f4095afd6 |
Trivial Pursuit is a trivia/board game released in 2009. | {"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"}}, "required": ["genres", "name", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Trivial Pursuit", "release_year": 2009, "genres": ["trivia/board game"]}} | d6e90f53-ec27-4f3d-9862-9d7a08a14464 |
Oh, do you mean the PC MMORPG, The Elder Scrolls Online? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Elder Scrolls Online", "genres": ["MMORPG"], "platforms": ["PC"]}} | 7f39d167-f414-4208-bfb5-c2851a3001e0 |
Do you remember the name of that brand new Xbox game? | {"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["platforms", "specifier"], "type": "object"}}} | {"name": "request", "arguments": {"platforms": ["Xbox"], "specifier": "brand new"}} | 61b721f7-9db5-4f8f-bfa6-7b548c104376 |
2010's Sid Meier's Civilization V is a good simulation, turn-based strategy with multiplayer. It was rated E 10+ (for Everyone 10 and Older). | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "has_multiplayer": true}} | 5b04ff96-f336-4912-9c61-434bb1cdfd58 |
You mean the PC MMORPG game The Elder Scrolls Online? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Elder Scrolls Online", "genres": ["MMORPG"], "platforms": ["PC"]}} | 44070dce-5059-47d1-8b08-8b159feed5cf |
For E rated action strategy games, you can't go wrong with Super Bomberman. 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "esrb": "E (for Everyone)", "genres": ["action", "strategy"]}} | f1e030da-985d-4d5b-98f8-b10dadc2800f |
Sid Meier's Civilization V is a good simulation turn-based strategy game from 2010. It features multiplayer and is rated E 10+. | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "has_multiplayer": true}} | d740cf43-21b5-4dca-bc61-d13238c323d9 |
Is The Elder Scrolls Online you just mentioned the PC MMORPG? | {"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "name", "platforms"], "type": "object"}}} | {"name": "confirm", "arguments": {"name": "The Elder Scrolls Online", "genres": ["MMORPG"], "platforms": ["PC"]}} | f4bf3cd7-bfc3-4716-b7c5-972aa4fce83e |
Speaking of action strategy games suitable for all ages, have you heard of Super Bomberman? | {"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "esrb": "E (for Everyone)", "genres": ["action", "strategy"]}} | 48d325fb-939c-4c85-b6a1-806eb7e802e8 |
Sid Meier's Civilization V is a good multiplayer turn-based simulation-strategy game. It came out in 2010, and is rated E 10+ (for Everyone 10 and Older). | {"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"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "rating", "release_year"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Sid Meier's Civilization V", "release_year": 2010, "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "good", "genres": ["simulation", "turn-based strategy"], "has_multiplayer": true}} | ede01870-7c4b-419b-84df-ffa971de061e |
What do you think about Visual Concepts' sports games like NBA 2K16? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "developer": "Visual Concepts", "genres": ["sport"]}} | 60d9aadc-143e-46fe-bdeb-81bcbfa2bf13 |
While on the subject of family friendly action strategy games, Super Bomberman is like that and has an E rating. 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}} | {"name": "recommend", "arguments": {"name": "Super Bomberman", "esrb": "E (for Everyone)", "genres": ["action", "strategy"]}} | 2a43479f-80d2-4c8d-b57d-f6463a1a7b61 |
Hellblade: Senua's Sacrifice is an excellent indie adventure game. This hack-and-slash game cannot 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"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "rating": "excellent", "genres": ["adventure", "hack-and-slash", "indie"], "has_multiplayer": false}} | 8f93e5e5-e244-4f0f-bd85-497e58da12e4 |
Have you played any of the sport games developed by Visual Concepts, like NBA 2K16? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "developer": "Visual Concepts", "genres": ["sport"]}} | 93ebae38-1d05-4fb4-a6d9-58d23b2ebda6 |
Have you played any games from 2016, like Mirror's Edge Catalyst? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016}} | 4f8f4852-4670-4a46-80c9-baa1113b2429 |
Hellblade: Senua's Sacrifice is an amazing hack-and-slash adventure from an indie studio. It only has a single-player mode. | {"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}} | {"name": "inform", "arguments": {"name": "Hellblade: Senua's Sacrifice", "rating": "excellent", "genres": ["adventure", "hack-and-slash", "indie"], "has_multiplayer": false}} | 5c72dc1f-d629-4c20-9e83-8765860ca72d |
Have you played enough sports games by Visual Concepts, such as NBA 2K16, to form an opinion on them? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` 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"}}, "required": ["developer", "genres", "name"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "NBA 2K16", "developer": "Visual Concepts", "genres": ["sport"]}} | 3cd90da6-b495-40fc-8f32-31e9ec0b1cd7 |
Have you played any games that came out in 2016, like Mirror's Edge Catalyst? | {"type": "function", "function": {"name": "suggest", "description": "Correctly extracted `suggest` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}}, "required": ["name", "release_year"], "type": "object"}}} | {"name": "suggest", "arguments": {"name": "Mirror's Edge Catalyst", "release_year": 2016}} | ae9c27bc-ad46-43ed-ac48-0389b6793bc3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.