functionList
stringclasses 1
value | userPrompt
stringlengths 39
70
| assistantResponse
stringclasses 25
values |
|---|---|---|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Seaside Breeze Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Vintage Vibes Inn.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Vintage Vibes Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Grandiose Palace?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Grandiose Palace"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Downtown Luxury offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Downtown Luxury"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Seaside Breeze Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Riverside Inn.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Riverside Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at The Timeless Manor?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Timeless Manor"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at The Explorer's Retreat?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Highland Castle?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Highland Castle"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Vintage Vibes Inn offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Vintage Vibes Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of The Grandiose Palace?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Grandiose Palace"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at The Explorer's Retreat.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Downtown Luxury?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Downtown Luxury"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at Historic Grandeur Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Historic Grandeur Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of The Nomad's Stopover.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Highland Castle?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Highland Castle"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Whimsical Stays Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Whimsical Stays Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Mystic Woods Resort offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mystic Woods Resort"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Cozy Cottage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Cozy Cottage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at The Grandiose Palace?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Grandiose Palace"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of Desert Mirage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Explorer's Retreat?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Downtown Luxury.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Downtown Luxury"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Desert Mirage.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at The Grandiose Palace?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Grandiose Palace"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Historic Grandeur Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Historic Grandeur Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Mountain Peak Hotel offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mountain Peak Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at The Nomad's Stopover.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Desert Mirage offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Historic Grandeur Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Historic Grandeur Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Grand Plaza.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Grand Plaza"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at The Enchanted Garden.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Enchanted Garden"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Urban Modern Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Urban Modern Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on The Grandiose Palace, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Grandiose Palace"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for The Cozy Cottage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Cozy Cottage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Riverside Inn.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Riverside Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for Artisan's Boutique Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Artisan's Boutique Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at The Nomad's Stopover?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of The Timeless Manor?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Timeless Manor"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Artisan's Boutique Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Artisan's Boutique Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on The Urban Oasis, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Urban Oasis"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Ocean View Retreat?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Ocean View Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of The Urban Oasis.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Urban Oasis"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Mountain Peak Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mountain Peak Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Fictional Inn?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Fictional Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Timeless Manor?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Timeless Manor"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Mountain Peak Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mountain Peak Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of Celestial Haven?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Celestial Haven"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Timeless Manor?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Timeless Manor"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on Mystic Woods Resort, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mystic Woods Resort"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on The Enchanted Garden, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Enchanted Garden"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Celestial Haven.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Celestial Haven"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of Artisan's Boutique Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Artisan's Boutique Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does The Wilderness Lodge offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Wilderness Lodge"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Desert Mirage.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on Fictional Inn, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Fictional Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of Downtown Luxury?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Downtown Luxury"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Explorer's Retreat?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Desert Mirage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Artisan's Boutique Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Artisan's Boutique Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Mountain Peak Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mountain Peak Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on Whimsical Stays Hotel, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Whimsical Stays Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at Highland Castle?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Highland Castle"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What's the review score of Whimsical Stays Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Whimsical Stays Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Seaside Breeze Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for Grand Plaza?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Grand Plaza"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Grand Plaza?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Grand Plaza"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Desert Mirage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Fictional Inn.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Fictional Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for Mystic Woods Resort?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mystic Woods Resort"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at The Nomad's Stopover?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for The Explorer's Retreat?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Whimsical Stays Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Whimsical Stays Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for Celestial Haven?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Celestial Haven"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Historic Grandeur Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Historic Grandeur Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of The Cozy Cottage.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Cozy Cottage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of The Wilderness Lodge.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Wilderness Lodge"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Celestial Haven?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Celestial Haven"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at The Urban Oasis.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Urban Oasis"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on Riverside Inn, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Riverside Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Highland Castle?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Highland Castle"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Does Seaside Breeze Hotel offer free breakfast?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I need details on Ocean View Retreat, especially their amenities.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Ocean View Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at Whimsical Stays Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Whimsical Stays Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Wilderness Lodge?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Wilderness Lodge"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Is there parking available at Mountain Peak Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Mountain Peak Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of The Explorer's Retreat.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Explorer's Retreat"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at Grand Plaza?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Grand Plaza"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Nomad's Stopover?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Urban Oasis?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Urban Oasis"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Do you have any special deals at Artisan's Boutique Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Artisan's Boutique Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Cozy Cottage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Cozy Cottage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for Seaside Breeze Hotel?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with Riverside Inn?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Riverside Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Seaside Breeze Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Seaside Breeze Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
What are the check-in times for The Nomad's Stopover?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Nomad's Stopover"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Tell me more about the rooms available at Vintage Vibes Inn.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Vintage Vibes Inn"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
I'm looking for the location of Sapphire Seas Hotel.
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Sapphire Seas Hotel"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
Can you pull up the booking info for Desert Mirage?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "Desert Mirage"}}}
|
{ "type": "function", "function": { "name": "getHotelByName", "description": "Get a single hotel by its name.", "parameters": { "type": "object", "properties": { "name": { "type": "string", "description": "The name of the hotel to search for." } }, "required": ["name"] } } }
|
How do I get in touch with The Wilderness Lodge?
|
{"function": {"name": "getHotelByName", "parameters": {"name": "The Wilderness Lodge"}}}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.