input
stringlengths
20
429
tool
stringclasses
464 values
output
stringlengths
46
331
id
stringlengths
36
36
Crysis by Crytek Frankfurt in 2007 is a first person action-adventure shooter with positive ratings.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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"}}, "required": ["developer", "genres", "name", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Crysis", "release_year": 2007, "developer": "Crytek Frankfurt", "rating": "good", "genres": ["action-adventure", "shooter"], "player_perspective": ["first person"]}}
38393fb5-8721-419d-a266-feb530de3a23
Released in 2005 Need for Speed: Most Wanted is a good driving/racing game for teens, as it offers 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"}, "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": "Need for Speed: Most Wanted", "release_year": 2005, "esrb": "T (for Teen)", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}}
c76ff6f6-c02c-4bf8-8f44-01ae9b764e2c
So what is it about first person shooters that makes you rave about how much you love them?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"]}}
2f9e3a3b-a8b1-4271-b48a-375d6597f792
A 2013 adventure point and click game that I enjoyed was The Wolf Among Us. 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "release_year"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "The Wolf Among Us", "release_year": 2013, "genres": ["adventure", "point-and-click"]}}
02592e0f-c744-4e37-83b0-cfd23446fd89
Guitar Hero: Smash Hits is a music game that lets you play in a first person perspective. It even has multiplayer, so you can play with your friends.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true}}
ffdfe2fa-1b82-47b7-a783-d32b2aeb205f
Need for Speed: Most Wanted is a good driving/racing game that was released in 2005. It is rated T (for Teen) by the ESRB 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"}, "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": "Need for Speed: Most Wanted", "release_year": 2005, "esrb": "T (for Teen)", "rating": "good", "genres": ["driving/racing"], "has_multiplayer": true}}
c432bf04-b033-4c53-b30b-b391e9d7407a
How did you acquire such love for first person shooters?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "player_perspective", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "excellent", "genres": ["shooter"], "player_perspective": ["first person"]}}
759d4ff1-80ff-4581-aa97-a3800c4951fb
Since I know you like point-and-click games, have you tried the 2013 adventure game The Wolf Among Us?
{"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": "The Wolf Among Us", "release_year": 2013, "genres": ["adventure", "point-and-click"]}}
f60f1c5b-f605-4bdd-a593-cccad6d2b425
Dirt: Showdown is a first and third person sport racing game that received average ratings from fans. The game has an E 10+ rating and offers 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "genres", "has_multiplayer", "name", "player_perspective", "rating"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Dirt: Showdown", "esrb": "E 10+ (for Everyone 10 and Older)", "rating": "average", "genres": ["driving/racing", "sport"], "player_perspective": ["first person", "third person"], "has_multiplayer": true}}
094030c3-748d-44b7-9e36-686052c05e32
Guitar Hero: Smash Hits is a first person music game that 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"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true}}
0926b303-e8db-4a44-a571-eba5c8e428c0
I'm curious, why do you enjoy sport racing simulators on the 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "platforms", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "good", "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation"]}}
93c5866a-86f2-4701-a5ea-55ae81de48c7
What is it about M rated hack-and-slash RPGs that makes you enjoy them?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "good", "genres": ["hack-and-slash", "role-playing"]}}
4a59c812-416d-4c27-949b-ce6e4fcbe37d
Guitar Hero: Smash Hits is a first person music game with 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"}, "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"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true}}
9571b8dc-2d22-456e-bfa1-777d6416a5ba
Why do you find the PlayStation's lineup of sport racing simulators to be enjoyable games to play?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "platforms", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "good", "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation"]}}
4a62fe80-0138-4d94-a340-99ac2b25c7d4
Guitar Hero: Smash Hits is a first person music game featuring a multiplayer mode. It was released in 2009 by Beenox. It can be played on PlayStation, Xbox, or 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"}, "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "developer": "Beenox", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}}
889ce9e1-731e-493b-b1cf-889dd5728507
I wonder what it is that you mostly like about M rated hack-and-slash RPGs.
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "good", "genres": ["hack-and-slash", "role-playing"]}}
c1bbc792-f23c-4f25-b1cd-7b2738beae37
What do you think is the most underrated game that was released in 2005?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"release_year": 2005, "specifier": "underrated"}}
b61846b9-56de-4e7f-a4de-fd06a32ef6d8
What makes sport racing simulation games fun 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["genres", "platforms", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"rating": "good", "genres": ["driving/racing", "simulation", "sport"], "platforms": ["PlayStation"]}}
bc0bae3a-b0bb-4ff7-8f91-94663f7628fc
What is it about M rated hack-and-slash RPGs that makes you say they're good?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "rating"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"esrb": "M (for Mature)", "rating": "good", "genres": ["hack-and-slash", "role-playing"]}}
cda98b5e-c686-4df8-a9c6-f8564c843b32
God of War is a third person, action-adventure role-playing platformer released on PlayStation in 2018. It was developed by SIE Santa Monica Studio and has excellent ratings. It 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"}, "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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "developer": "SIE Santa Monica Studio", "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}}
de76c151-8cbd-443c-953b-d9b648389dcd
What's your favorite underrated game from 2005?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"release_year": 2005, "specifier": "underrated"}}
52ec7469-5728-49b2-89bf-90c93e1c0edd
Is the FIFA 12 you mentioned the E rated one that's on Nintendo?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "FIFA 12", "esrb": "E (for Everyone)", "platforms": ["Nintendo"]}}
a93cb4be-1389-4c3a-af84-8442a58d7596
I've been feeling depressed lately, is their a cheerful video game you can think of that I could play?
{"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": "cheerful"}}
e91949cd-6767-4405-9de3-21dd005c2945
Developed by SIE Santa Monica Studio in 2018, God of War is an excellent single-player third person platformer made exclusively for PlayStation. The action-adventure storyline involves role-playing as one of the dynamic characters.
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "developer": "SIE Santa Monica Studio", "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}}
bdb28581-8b60-4c1d-ba81-0e2faef7e145
In your view, what's the most underrated game that was released in 2005?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["release_year", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"release_year": 2005, "specifier": "underrated"}}
27c93577-347d-488b-a013-5357801dcfa7
So you mean FIFA 12, rated E (for Everyone), for the Nintendo system?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "FIFA 12", "esrb": "E (for Everyone)", "platforms": ["Nintendo"]}}
10014dfb-e6fe-4dc7-a038-232d7758841f
Is there a nice cheerful game you can remember playing?
{"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": "cheerful"}}
200a0462-375c-4fb6-bf2c-7023ea55b932
God of War is an excellent 2018 PlayStation game developed by SIE Santa Monica Studio. It doesn't have multiplayer. It is an action-adventure platformer with a third person perspective that even involves role-playing.
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "genres", "has_multiplayer", "name", "platforms", "player_perspective", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "God of War", "release_year": 2018, "developer": "SIE Santa Monica Studio", "rating": "excellent", "genres": ["action-adventure", "platformer", "role-playing"], "player_perspective": ["third person"], "has_multiplayer": false, "platforms": ["PlayStation"]}}
2aaedd45-47a3-4aa5-8980-783e51dec7cb
The Vanishing of Ethan Carter was mostly just okay. It's your average indie-adventure title that came out in 2014. Be aware it's not a children's game, and has an M-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"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}}
f91d9b4e-3a95-4d76-abcf-6c2d1da9840e
Do you mean FIFA 12, the E rated Nintendo 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["esrb", "name", "platforms"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "FIFA 12", "esrb": "E (for Everyone)", "platforms": ["Nintendo"]}}
7564a3ef-f33f-4210-bf2c-e99dfad62a09
Guitar Hero: Smash Hits from 2009 is a music game by Beenox. It's played from the first person perspective and offers multiplayer. The game is available on PlayStation, Xbox, and 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"}, "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "developer": "Beenox", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}}
1289b409-cc63-4f72-81ce-8f474a414fd8
What's a cheerful game you've played lately?
{"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": "cheerful"}}
d66bf0c4-2ecc-47e1-b79a-3e26f5fed0a7
BioShock is a good action-adventure, role-playing, first person shooter that came out in 2007.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"]}}
46da4e23-d263-4ed9-9057-7561c9f8b437
The Vanishing of Ethan Carter from 2014 is rated M. It's an average indie adventure 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}}
c62ebcab-7d10-440b-881d-5de096859102
Are you familiar with developer MicroProse's lineup of PC games, one example being RollerCoaster Tycoon?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}}
344667f2-42bb-4675-b7e2-6ca12536ec1f
Superhot is an indie shooter for single-player tactical gaming. It came out in 2016 for PlayStation, Xbox, and PC. It is, of course, 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"}, "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}}
82be6f55-2915-4acc-b950-b103da40e0a2
BioShock is a good first person shooter action-adventure role-playing game that was released in 2007.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"]}}
bc03997a-de64-40ec-bb79-2afa7df12f86
The Vanishing of Ethan Carter is an indie adventure game released in 2014. The game was reviewed as average and received an ESRB rating of M (for Mature).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "The Vanishing of Ethan Carter", "release_year": 2014, "esrb": "M (for Mature)", "rating": "average", "genres": ["adventure", "indie"]}}
95b20db3-0a23-41f4-99f2-7d27aef9cc0a
If you've played many PC games by MicroProse; is RollerCoaster Tycoon one of 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}}
763627c9-eb7d-4255-b5b3-59959d825a08
Guitar Hero: Smash Hits is a first person music game with a multiplayer mode. It was developed by Beenox, and was released in 2009 for PlayStation, Xbox, and 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"}, "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Guitar Hero: Smash Hits", "release_year": 2009, "developer": "Beenox", "genres": ["music"], "player_perspective": ["first person"], "has_multiplayer": true, "platforms": ["PlayStation", "Xbox", "Nintendo"]}}
68c7155e-6d90-4427-a64f-7b396008de76
Superhot is an indie tactical shooter that came out in 2016 for PlayStation, Xbox and PC. This game doesn't have multiplayer and you can get it on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_multiplayer", "name", "platforms", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}}
0e7bd0b4-8eff-4bcb-8101-0c3dde27be5f
BioShock is a good action-adventure role-playing game that came out in 2007 and is a first person 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"}, "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": "BioShock", "release_year": 2007, "rating": "good", "genres": ["action-adventure", "role-playing", "shooter"], "player_perspective": ["first person"]}}
296ab6fd-6ca0-4dc4-9410-51601c6dc948
SpellForce 3 is a multiplayer, real-time strategy, role-playing game. It is out on PC, but does not have a 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}}
d4ccb942-1fff-4589-858f-eea2c447667b
Do you enjoy MicroProse's PC games like RollerCoaster Tycoon?
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "RollerCoaster Tycoon", "developer": "MicroProse", "platforms": ["PC"]}}
ca815c9c-5309-446e-afa1-f551f4a08a9a
Is the Hellblade: Senua's Sacrifice you are talking about the M rated one that doesn't have a Linux release?
{"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["esrb", "has_linux_release", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "esrb": "M (for Mature)", "has_linux_release": false}}
3849d7a0-0228-4f69-9123-625a51b6ce26
Are you into E10+ 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["sport"]}}
dbc2cda3-17a7-4840-8336-a4291d600f70
A multiplayer RPG real-time strategy you can play with friends is SpellForce 3. It's only available on PC, but without Mac or Linux 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}}
60a2e620-6c39-42a0-8f6e-a207d4d81b52
Do you mean Horizon: Zero Dawn from Guerrilla Games?
{"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"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games"}}
6eb2a0dd-866a-4c19-a3b2-4efe43eb1d7f
Are you referring to Hellblade: Senua's Sacrifice, which has an M (for Mature) rating and no Linux release?
{"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["esrb", "has_linux_release", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "esrb": "M (for Mature)", "has_linux_release": false}}
2a2e9f69-05c8-4468-a3a9-88e35f34ce76
I have been thinking about purchasing a sports game for my child, do you think that the E 10+ game NBA 2K16 is appropriate?
{"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": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["sport"]}}
d962350f-a8e8-4b2c-bb95-31fe2025abb9
SpellForce 3 is a multiplayer game that was only released on PC. It is a role-playing real-time strategy that does not have Linux or Mac releases.
{"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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["genres", "has_linux_release", "has_mac_release", "has_multiplayer", "name", "platforms"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "SpellForce 3", "genres": ["real-time strategy", "role-playing"], "has_multiplayer": true, "platforms": ["PC"], "has_linux_release": false, "has_mac_release": false}}
3ceda7e9-e259-4b06-a4a2-2319ae3f7bc7
Is that the game Horizon: Zero Dawn that Guerrilla Games created?
{"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"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games"}}
de3aa039-bc6b-4efb-9844-52810a56d8ec
Oh are you talking about Hellblade: Senua's Sacrifice, the M rated game without a Linux release?
{"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"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}}, "required": ["esrb", "has_linux_release", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Hellblade: Senua's Sacrifice", "esrb": "M (for Mature)", "has_linux_release": false}}
c5ad7c2a-2821-4417-9839-94fc3685a7a4
Check out the indie tactical shooter game, Superhot, released in 2016. Although it has no multiplayer, it was released for PlayStation, Xbox, and PC, and, of course, it's 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"}, "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", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Superhot", "release_year": 2016, "genres": ["indie", "shooter", "tactical"], "has_multiplayer": false, "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true}}
1767f07c-4cb8-43b7-b584-62f491bdfd67
Do you also like sports games rated E 10+ (for Everyone 10 and Older), such as 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"}, "esrb": {"title": "Esrb", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name"], "type": "object"}}}
{"name": "suggest", "arguments": {"name": "NBA 2K16", "esrb": "E 10+ (for Everyone 10 and Older)", "genres": ["sport"]}}
c69f029f-929b-4562-af6d-ef4cea749527
Age of Empires II: The Age of Kings is a real-time strategy game that is played with a bird view. It's available on PlayStation and PC, but not on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}}, "required": ["available_on_steam", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "PC"], "available_on_steam": false}}
c6e8769c-9b73-4729-8031-1a6e02231246
Are you referring to the Horizon: Zero Dawn developed by Guerrilla Games?
{"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"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Horizon: Zero Dawn", "developer": "Guerrilla Games"}}
a4cc599a-eed3-4c61-9cb0-656455060562
Is the Ancient Cities you just referred to the one that's developed by Uncasual Games and coming out on December 1, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games"}}
e188ceef-8699-439c-b9b0-dddd6e6e8fc6
Never Alone is an indie side view platformer and adventure game that was released in 2014 on the PlayStation, Xbox, and PC. You can play it even on Linux, though it is not supported on Mac. The game is available for purchase 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}}
0585f33b-44f0-4ac5-874e-15d3c759397d
You said earlier that Little Big Adventure was merely average. Are you unimpressed in general by action-adventure games from 1994?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"]}}
9e60fbda-89a4-4b82-ac16-fe28d9c348cf
Age of Empires II: The Age of Kings is a real-time strategy game that can be played in bird view. Steam does not have this game. It is available for PlayStation and PC 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"}, "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", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "PC"], "available_on_steam": false}}
cd40f6c4-d2ca-4cfe-844b-8a08244ab166
Diablo II is a fun game. It's pretty enjoyable to be able to play bloody M rated games like it with my friends in multiplayer.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Diablo II", "esrb": "M (for Mature)", "rating": "good", "has_multiplayer": true}}
558e17e4-2df6-4cb7-a331-0b7bec304cc6
Ancient Cities, the game in developement by Uncasual Games, with the December 1, 2018 release date?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games"}}
3a7b1c07-75c2-4a40-8206-854b7589e5f0
Never Alone is a side view, indie adventure platformer that is available on Steam. It was released in 2014 for PlayStation, Xbox, PC and Linux, but not for Mac.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}}
da3f05b7-f8d8-4356-beca-e8fce4a0ac05
You said earlier that you were ambivalent towards Little Big Adventure. Is it the case with all action-adventure games from 1994?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"]}}
9330a6a9-454a-4613-9597-31f0dd92bf3f
Age of Empires II: The Age of Kings is a bird view RTS. It's available for PC and PlayStation. It is not available on Steam.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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", "genres", "name", "platforms", "player_perspective"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Age of Empires II: The Age of Kings", "genres": ["real-time strategy"], "player_perspective": ["bird view"], "platforms": ["PlayStation", "PC"], "available_on_steam": false}}
9a5595a3-d8da-4512-b786-f61eddf80104
Diablo II is a really good multiplayer M rated game from Blizzard North.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Diablo II", "esrb": "M (for Mature)", "rating": "good", "has_multiplayer": true}}
937d9dab-b5fc-4416-9df4-7e9ae47fc987
Oh, you mean Ancient Cities, the one from Uncasual Games coming out December 1, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Ancient Cities", "exp_release_date": "December 1, 2018", "developer": "Uncasual Games"}}
18098e93-3a30-4397-97f1-a0d59c3c1f65
I recall that you were not that fond of Little Big Adventure. Perhaps action-adventure games from 1994 are not that fun anymore?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Little Big Adventure", "release_year": 1994, "rating": "average", "genres": ["action-adventure"]}}
3df298f4-b8a8-4ed4-815e-bf385414028e
What's a cheap game I can get on Steam right now?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["available_on_steam", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"available_on_steam": true, "specifier": "cheap"}}
6b290f72-0187-47c8-a6b9-c3850e971c5f
I've been enjoying playing Diablo II quite a bit lately. M rated games like that which you can play with friends are always fun.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["esrb", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Diablo II", "esrb": "M (for Mature)", "rating": "good", "has_multiplayer": true}}
af978529-0fb7-4c7f-aaef-c1c19e5a095b
I had fun playing Need for Speed: Most Wanted on Xbox. See, I usually enjoy games from EA Redwood Shores.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "rating": "good", "platforms": ["Xbox"]}}
9c835d9d-660f-4354-9728-57b6c891e423
Why do you think 2011 was such a weak year for PlayStation games?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"release_year": 2011, "rating": "poor", "platforms": ["PlayStation"]}}
1c51fb1f-fd80-4cca-a453-ad19e0a368e0
What cheap game that's on Steam right now would you suggest?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["available_on_steam", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"available_on_steam": true, "specifier": "cheap"}}
f45284af-885e-470f-8b41-36eca5943b59
You said you didn't love nor hate Lara Croft and the Temple of Osiris. Do you feel the same about other multiplayer action-adventure puzzle and shooter games?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}}
2103fbe0-b08c-4ef4-a277-934b94c35b26
I thought that Need for Speed: Most Wanted was a good game. EA Redwood Shores is a decent developer, plus it's on my favorite system, the Xbox.
{"type": "function", "function": {"name": "give_opinion", "description": "Correctly extracted `give_opinion` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "rating": "good", "platforms": ["Xbox"]}}
0b4489b4-e0f6-4a88-8f57-d24db6718545
Never Alone is a side view, indie adventure platformer from 2014. It runs on PlayStation, Xbox, and PC, and is supported on Linux too. It is not on Mac though, despite it being 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "player_perspective", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Never Alone", "release_year": 2014, "genres": ["adventure", "indie", "platformer"], "player_perspective": ["side view"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": false}}
24654ae2-d86f-42bb-beff-fbb2ec6e7918
What is it about PlayStation games released in 2011 that gives you such a sour view on them?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"release_year": 2011, "rating": "poor", "platforms": ["PlayStation"]}}
e3b5dba2-af00-457e-a2de-a41ff29b3c2b
Any games you know of on Steam that are cheap right now?
{"type": "function", "function": {"name": "request", "description": "Correctly extracted `request` with all the required parameters with correct types", "parameters": {"properties": {"available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "specifier": {"title": "Specifier", "type": "string"}}, "required": ["available_on_steam", "specifier"], "type": "object"}}}
{"name": "request", "arguments": {"available_on_steam": true, "specifier": "cheap"}}
aec0935f-d77e-43d9-abd9-d14f701edb51
You said that you felt Lara Croft and the Temple of Osiris was merely average. Are you usually underwhelmed by multiplayer action-adventure games with 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"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}}
de78dd99-7d31-475b-b5a9-fe7066933727
I must say I ended up being a fan of Need for Speed: Most Wanted. EA Redwood Shores did a good job on this Xbox 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"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["developer", "name", "platforms", "rating"], "type": "object"}}}
{"name": "give_opinion", "arguments": {"name": "Need for Speed: Most Wanted", "developer": "EA Redwood Shores", "rating": "good", "platforms": ["Xbox"]}}
964ff7bd-2730-48e2-89f8-9bf076a69b22
Transport Tycoon is an E (for Everyone) game from 1994. It is a simulation-strategy game with average ratings.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "esrb": "E (for Everyone)", "rating": "average", "genres": ["simulation", "strategy"]}}
db11dc6a-afeb-4237-8ebc-9883ab2f0968
I'm curious, what is it about the PlayStation games released in 2011 that you find so distasteful?
{"type": "function", "function": {"name": "request_explanation", "description": "Correctly extracted `request_explanation` with all the required parameters with correct types", "parameters": {"properties": {"release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}}, "required": ["platforms", "rating", "release_year"], "type": "object"}}}
{"name": "request_explanation", "arguments": {"release_year": 2011, "rating": "poor", "platforms": ["PlayStation"]}}
2d639e82-b25f-46cb-9b74-836395b702f4
So Lara Croft and the Temple of Osiris was, in your view, neither good nor bad, if I remember right. Do you feel similarly about other puzzle action-adventure shooters, even when they had a multiplayer?
{"type": "function", "function": {"name": "verify_attribute", "description": "Correctly extracted `verify_attribute` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "has_multiplayer": {"title": "Has Multiplayer", "type": "boolean"}}, "required": ["genres", "has_multiplayer", "name", "rating"], "type": "object"}}}
{"name": "verify_attribute", "arguments": {"name": "Lara Croft and the Temple of Osiris", "rating": "average", "genres": ["action-adventure", "puzzle", "shooter"], "has_multiplayer": true}}
c4623a9e-022e-46cf-ba16-33c4252a8818
You're referring to the newest EA Digital Illusions CE game, Battlefield V, 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"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Battlefield V", "developer": "EA Digital Illusions CE"}}
a3657341-e2a5-4f50-83b6-41ab9ba9ae30
Transport Tycoon, released in 1994, is an average simulation and strategy game. It is rated E (for Everyone).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "esrb": "E (for Everyone)", "rating": "average", "genres": ["simulation", "strategy"]}}
b34d4cd0-f319-49bd-a245-8ce9af64c3cb
I was playing Need for Speed: Most Wanted last night, you heard of it? It's a first person driving game.
{"type": "function", "function": {"name": "recommend", "description": "Correctly extracted `recommend` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "player_perspective": ["first person"]}}
346d0e8c-d7ee-4695-a392-947a8e5d6fdc
Half-Life 2 is a shooter game released in 2004 on PlayStation, Xbox, as well as PC via Steam. It is also available for Linux and Mac and has excellent user ratings.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Half-Life 2", "release_year": 2004, "rating": "excellent", "genres": ["shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
c318cfe5-7a5e-4314-b39c-297e29aac545
Do you mean Eidos Montréal's Shadow of the Tomb Raider, expected to come out on September 14, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al"}}
5dfba78d-110d-48f4-83ee-09c9dc004ae5
Are you speaking about the Battlefield V that was made by EA Digital Illusions CE?
{"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"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Battlefield V", "developer": "EA Digital Illusions CE"}}
29f95bdd-02d7-484b-a6b8-8bd81544e824
Transport Tycoon was released in 1994 with an E rating. It received average reviews for the sim strategy 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"}, "esrb": {"title": "Esrb", "type": "string"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}}, "required": ["esrb", "genres", "name", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Transport Tycoon", "release_year": 1994, "esrb": "E (for Everyone)", "rating": "average", "genres": ["simulation", "strategy"]}}
7d92d0d5-6194-4e92-b6ff-213c3f493d47
A first person driving/racing game I played recently was Need for Speed: Most Wanted, 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"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "player_perspective": ["first person"]}}
92a33791-8a74-4991-9f78-fec6b3856a72
Is that the Shadow of the Tomb Raider developed by Eidos Montréal that is expected to be released on September 14, 2018?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al"}}
a92a02aa-5506-45f3-b071-de96ba4bae05
Oh, do you mean EA Digital Illusions CE's Battlefield V?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Battlefield V", "developer": "EA Digital Illusions CE"}}
2ab86541-9c1a-4847-a684-4cb0d1b7c399
Need for Speed: Shift is a driving/racing simulator with first person and third person that plays on PlayStation, Xbox and PC and that you can find on Steam, though it does not have a Linux or Mac release. It is rated E (for Everyone).
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "Need for Speed: Shift", "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
b5be7c38-0f93-4787-a699-b69bacc0ff60
I know you like other first person driving/racing games, but have you tried 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"}, "player_perspective": {"items": {"type": "string"}, "title": "Player Perspective", "type": "array"}}, "required": ["genres", "name", "player_perspective"], "type": "object"}}}
{"name": "recommend", "arguments": {"name": "Need for Speed: Most Wanted", "genres": ["driving/racing"], "player_perspective": ["first person"]}}
83dae1a6-39d2-4d87-9ae1-404b79a5ee61
Half-Life 2 is an excellent shooter game that was released in 2004. It is available on PlayStation, Xbox, Steam, and PC, with both Linux and Mac support.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "release_year": {"title": "Release Year", "type": "integer"}, "rating": {"title": "Rating", "type": "string"}, "genres": {"items": {"type": "string"}, "title": "Genres", "type": "array"}, "platforms": {"items": {"type": "string"}, "title": "Platforms", "type": "array"}, "available_on_steam": {"title": "Available On Steam", "type": "boolean"}, "has_linux_release": {"title": "Has Linux Release", "type": "boolean"}, "has_mac_release": {"title": "Has Mac Release", "type": "boolean"}}, "required": ["available_on_steam", "genres", "has_linux_release", "has_mac_release", "name", "platforms", "rating", "release_year"], "type": "object"}}}
{"name": "inform", "arguments": {"name": "Half-Life 2", "release_year": 2004, "rating": "excellent", "genres": ["shooter"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": true, "has_mac_release": true}}
724982b6-d671-427f-a638-0b981cbf2c1d
Is the Shadow of the Tomb Raider you're talking about the one that's supposed to be released on September 14, 2018 by Eidos Montréal?
{"type": "function", "function": {"name": "confirm", "description": "Correctly extracted `confirm` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "exp_release_date": {"title": "Exp Release Date", "type": "string"}, "developer": {"title": "Developer", "type": "string"}}, "required": ["developer", "exp_release_date", "name"], "type": "object"}}}
{"name": "confirm", "arguments": {"name": "Shadow of the Tomb Raider", "exp_release_date": "September 14, 2018", "developer": "Eidos Montr\u00e9al"}}
c4e45930-997f-4bdd-ba82-219bc3ae0140
The sport simulation game, FIFA 12, is a multiplayer game that has average ratings.
{"type": "function", "function": {"name": "inform", "description": "Correctly extracted `inform` with all the required parameters with correct types", "parameters": {"properties": {"name": {"title": "Name", "type": "string"}, "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": "FIFA 12", "rating": "average", "genres": ["simulation", "sport"], "has_multiplayer": true}}
f9489233-52b4-4d19-985d-52cc064844c1
Need for Speed: Shift is a driving/racing simulatior that is available on Steam. It can be played in either first or third person. It was released for PlayStation, Xbox and PC, but not for Linux or Mac. It has an E rating (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"}, "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": "Need for Speed: Shift", "esrb": "E (for Everyone)", "genres": ["driving/racing", "simulation"], "player_perspective": ["first person", "third person"], "platforms": ["PlayStation", "Xbox", "PC"], "available_on_steam": true, "has_linux_release": false, "has_mac_release": false}}
958b5149-6516-47ac-b41a-a05a6f16c06a