id stringlengths 30 63 | prompt stringlengths 26 103 | expected_tool stringclasses 5
values | difficulty stringclasses 3
values | agent_type stringclasses 2
values | expected_keywords listlengths 2 6 |
|---|---|---|---|---|---|
dineout_search_venues_batch0_0 | Find Continental restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"Continental",
"search",
"venues"
] |
dineout_search_venues_batch0_1 | Find Italian restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"Italian",
"search",
"venues"
] |
dineout_search_venues_batch0_2 | Find North Indian restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"North Indian",
"search",
"venues"
] |
dineout_search_venues_batch0_3 | Find Bar restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"Bar",
"search",
"venues"
] |
dineout_search_venues_batch0_4 | Find Cafe restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"Cafe",
"search",
"venues"
] |
dineout_search_venues_batch0_5 | Find Buffet restaurants in Bangalore I can book a table at. | search_venues | easy | tool | [
"Bangalore",
"Buffet",
"search",
"venues"
] |
dineout_search_venues_batch0_6 | Find Mediterranean restaurants in Mumbai I can book a table at. | search_venues | easy | tool | [
"Mumbai",
"Mediterranean",
"search",
"venues"
] |
dineout_search_venues_batch0_7 | Find Modern Indian restaurants in Mumbai I can book a table at. | search_venues | easy | tool | [
"Mumbai",
"Modern Indian",
"search",
"venues"
] |
dineout_search_venues_batch0_8 | Find Continental restaurants in Mumbai I can book a table at. | search_venues | easy | tool | [
"Mumbai",
"Continental",
"search",
"venues"
] |
dineout_search_venues_batch0_9 | Find Bar restaurants in Mumbai I can book a table at. | search_venues | easy | tool | [
"Mumbai",
"Bar",
"search",
"venues"
] |
dineout_search_venues_batch0_10 | Find North Indian restaurants in Delhi I can book a table at. | search_venues | easy | tool | [
"Delhi",
"North Indian",
"search",
"venues"
] |
dineout_search_venues_batch0_11 | Find Fine Dining restaurants in Delhi I can book a table at. | search_venues | easy | tool | [
"Delhi",
"Fine Dining",
"search",
"venues"
] |
dineout_search_venues_batch0_12 | Find Continental restaurants in Delhi I can book a table at. | search_venues | easy | tool | [
"Delhi",
"Continental",
"search",
"venues"
] |
dineout_search_venues_batch0_13 | Find Tandoor restaurants in Delhi I can book a table at. | search_venues | easy | tool | [
"Delhi",
"Tandoor",
"search",
"venues"
] |
dineout_search_venues_batch0_14 | Find Cafe restaurants in Delhi I can book a table at. | search_venues | easy | tool | [
"Delhi",
"Cafe",
"search",
"venues"
] |
dineout_search_venues_batch0_15 | Find a romantic restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"romantic",
"tonight"
] |
dineout_search_venues_batch0_16 | Find a casual restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"casual",
"tonight"
] |
dineout_search_venues_batch0_17 | Find a anniversary restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"anniversary",
"tonight"
] |
dineout_search_venues_batch0_18 | Find a celebration restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"celebration",
"tonight"
] |
dineout_search_venues_batch0_19 | Find a brunch restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"brunch",
"tonight"
] |
dineout_search_venues_batch0_20 | Find a drinks restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"drinks",
"tonight"
] |
dineout_search_venues_batch0_21 | Find a fine dining restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"fine dining",
"tonight"
] |
dineout_search_venues_batch0_22 | Find a family restaurant in Bangalore for tonight. | search_venues | easy | tool | [
"Bangalore",
"family",
"tonight"
] |
dineout_search_venues_batch0_23 | Find a romantic restaurant in Mumbai for an anniversary dinner. | search_venues | medium | tool | [
"Mumbai",
"romantic",
"anniversary",
"dinner"
] |
dineout_search_venues_batch0_24 | Find a casual brunch spot in Bangalore — under ₹1000 for two. | search_venues | medium | tool | [
"Bangalore",
"casual",
"brunch",
"₹1000"
] |
dineout_search_venues_batch1_25 | Find a venue in Delhi rated 4.5 or higher for a celebration. | search_venues | medium | tool | [
"Delhi",
"4.5",
"celebration"
] |
dineout_search_venues_batch1_26 | I want a fine-dining experience in Delhi — budget no concern. | search_venues | medium | tool | [
"Delhi",
"fine-dining",
"no budget"
] |
dineout_search_venues_batch1_27 | Find a bar with rating > 4.0 in Bangalore for after-work drinks. | search_venues | medium | tool | [
"Bangalore",
"bar",
"drinks",
"4.0"
] |
dineout_search_venues_batch1_28 | Find a buffet restaurant in Bangalore for a family meal of 8 people. | search_venues | medium | code | [
"Bangalore",
"buffet",
"family",
"8 people"
] |
dineout_search_venues_multi_tag_batch1_29 | Find venues that have both 'romantic' and 'anniversary' as occasion tags in Mumbai. | search_venues | hard | code | [
"Mumbai",
"romantic",
"anniversary",
"tags"
] |
dineout_search_venues_optimization_batch1_30 | Find the highest-rated venue in any city that costs under ₹2000 for two. | search_venues | hard | code | [
"highest-rated",
"₹2000",
"any city"
] |
dineout_search_venues_budget_optimal_batch1_31 | I have ₹3000 for two. Find the most highly-rated venue in Mumbai within that budget. | search_venues | hard | code | [
"₹3000",
"Mumbai",
"highest-rated"
] |
dineout_view_venue_details_batch4_100 | Show me details for 'Indiranagar Social' — hours, offers, features. | view_venue_details | easy | tool | [
"Indiranagar Social",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_101 | Show me details for 'Koramangala Truffles' — hours, offers, features. | view_venue_details | easy | tool | [
"Koramangala Truffles",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_102 | Show me details for 'Bandra Olive Bar' — hours, offers, features. | view_venue_details | easy | tool | [
"Bandra Olive Bar",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_103 | Show me details for 'GK Bukhara' — hours, offers, features. | view_venue_details | easy | tool | [
"GK Bukhara",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_104 | Show me details for 'Toit Brewpub' — hours, offers, features. | view_venue_details | easy | tool | [
"Toit Brewpub",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_105 | Show me details for 'BBQ Nation' — hours, offers, features. | view_venue_details | easy | tool | [
"BBQ Nation",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_106 | Show me details for 'The Big Chill Cakery' — hours, offers, features. | view_venue_details | easy | tool | [
"The Big Chill Cakery",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_107 | Show me details for 'Bombay Canteen' — hours, offers, features. | view_venue_details | easy | tool | [
"Bombay Canteen",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_108 | Show me details for 'Ttoit Mumbai' — hours, offers, features. | view_venue_details | easy | tool | [
"Ttoit Mumbai",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_109 | Show me details for 'Indian Accent' — hours, offers, features. | view_venue_details | easy | tool | [
"Indian Accent",
"details",
"hours",
"offers"
] |
dineout_view_venue_details_batch4_110 | What hours is venue v-302 open? Does it accept reservations? | view_venue_details | easy | tool | [
"v-302",
"hours",
"reservations"
] |
dineout_view_venue_details_batch4_111 | Does Indian Accent have a fine-dining feature listed? | view_venue_details | easy | tool | [
"Indian Accent",
"fine-dining",
"feature"
] |
dineout_view_venue_details_batch4_112 | List all current offers at Toit Brewpub. | view_venue_details | easy | tool | [
"Toit Brewpub",
"offers"
] |
dineout_view_venue_details_comparison_batch4_113 | Compare features and offers between Indiranagar Social and Toit Brewpub. | view_venue_details | medium | code | [
"Indiranagar Social",
"Toit Brewpub",
"compare",
"features",
"offers"
] |
dineout_view_venue_details_multi_filter_batch4_114 | Which venues in my list (v-301, v-303, v-308) accept reservations and have 'bar' features? | view_venue_details | hard | code | [
"v-301",
"v-303",
"v-308",
"reservations",
"bar"
] |
dineout_check_availability_batch8_200 | Is venue v-301 available on 2026-05-10 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-05-10",
"2 people",
"availability"
] |
dineout_check_availability_batch8_201 | Is venue v-301 available on 2026-05-15 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-05-15",
"2 people",
"availability"
] |
dineout_check_availability_batch8_202 | Is venue v-301 available on 2026-05-22 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-05-22",
"2 people",
"availability"
] |
dineout_check_availability_batch8_203 | Is venue v-301 available on 2026-06-01 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-06-01",
"2 people",
"availability"
] |
dineout_check_availability_batch8_204 | Is venue v-301 available on 2026-06-08 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-06-08",
"2 people",
"availability"
] |
dineout_check_availability_batch8_205 | Is venue v-301 available on 2026-06-15 for 2 people? | check_availability | easy | tool | [
"v-301",
"2026-06-15",
"2 people",
"availability"
] |
dineout_check_availability_batch8_206 | Check dinner slots at v-304 for next Saturday for a party of 6. | check_availability | medium | tool | [
"v-304",
"dinner",
"Saturday",
"6"
] |
dineout_check_availability_batch8_207 | Check lunch availability at v-303 for 4 people on 2026-05-20. | check_availability | medium | tool | [
"v-303",
"lunch",
"4 people",
"2026-05-20"
] |
dineout_check_availability_batch8_208 | Check 9 PM slot at v-310 for 2 on 2026-05-25. | check_availability | medium | tool | [
"v-310",
"9 PM",
"2",
"2026-05-25"
] |
dineout_check_availability_batch8_209 | Check availability at v-305 for a group of 8 next Friday dinner. | check_availability | medium | tool | [
"v-305",
"8",
"Friday",
"dinner"
] |
dineout_check_availability_both_meals_batch8_210 | Check both lunch and dinner availability at v-302 for 4 on 2026-06-05. | check_availability | medium | code | [
"v-302",
"lunch",
"dinner",
"4",
"2026-06-05"
] |
dineout_check_availability_time_search_batch8_211 | Find the earliest dinner slot at Indian Accent (v-310) within the next 7 days for 2. | check_availability | hard | code | [
"v-310",
"earliest",
"dinner",
"7 days"
] |
dineout_check_availability_search_venues_fallback_batch8_212 | I need a 9 PM table for 2 in Mumbai this Friday. Try Bandra Olive first; if booked, try Bombay Canteen. | check_availability | hard | code | [
"Mumbai",
"9 PM",
"Friday",
"Bandra Olive",
"Bombay Canteen"
] |
dineout_check_availability_multi_venue_compare_batch8_213 | Across v-301, v-302, v-305, find the venue with the most 8 PM dinner slots open on Saturday. | check_availability | hard | code | [
"v-301",
"v-302",
"v-305",
"8 PM",
"Saturday"
] |
dineout_book_table_batch12_300 | Book table slot s-v-301-2026-05-10-2000 for 2 at Indiranagar Social. | book_table | easy | tool | [
"s-v-301-2026-05-10-2000",
"Indiranagar Social",
"2"
] |
dineout_book_table_batch12_301 | Book the 8 PM slot at GK Bukhara for 4 people on 2026-05-22. | book_table | medium | tool | [
"GK Bukhara",
"8 PM",
"4 people",
"2026-05-22"
] |
dineout_book_table_batch12_302 | Book a table for 6 at Toit Brewpub for tomorrow dinner. Note in special requests: 'window seat'. | book_table | medium | tool | [
"Toit Brewpub",
"6",
"tomorrow",
"window seat"
] |
dineout_book_table_batch12_303 | Book a 7 PM table at v-302 for 2 on 2026-06-01. | book_table | easy | tool | [
"v-302",
"7 PM",
"2",
"2026-06-01"
] |
dineout_book_table_batch12_304 | Book lunch at v-307 for 3 on 2026-05-30. | book_table | medium | tool | [
"v-307",
"lunch",
"3",
"2026-05-30"
] |
dineout_book_table_batch12_305 | Book a table at Bombay Canteen for 4 on 2026-06-12 — request a quiet corner. | book_table | medium | tool | [
"Bombay Canteen",
"4",
"2026-06-12",
"quiet corner"
] |
dineout_book_table_check_availability_special_batch12_306 | Book a romantic dinner for 2 at Indian Accent next weekend, 9 PM. Note: anniversary celebration. | book_table | hard | code | [
"Indian Accent",
"romantic",
"9 PM",
"anniversary"
] |
dineout_book_table_search_venues_check_availability_batch12_307 | Find a top-rated North Indian place in Delhi and book a table for 4 this Saturday at 8 PM. | book_table | hard | code | [
"Delhi",
"North Indian",
"4",
"Saturday",
"8 PM"
] |
dineout_book_table_optimize_cost_batch12_308 | Book the cheapest available Bangalore venue for 2 this Friday dinner. | book_table | hard | code | [
"Bangalore",
"cheapest",
"2",
"Friday",
"dinner"
] |
dineout_book_table_search_check_book_batch12_309 | Book a Mediterranean dinner for 4 in Mumbai on 2026-06-20 at 8 PM. Special request: birthday cake. | book_table | hard | code | [
"Mumbai",
"Mediterranean",
"4",
"2026-06-20",
"8 PM",
"birthday cake"
] |
dineout_cancel_booking_batch16_400 | Cancel my booking b-12340. | cancel_booking | easy | tool | [
"b-12340",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_401 | Cancel my booking b-12341. | cancel_booking | easy | tool | [
"b-12341",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_402 | Cancel my booking b-12342. | cancel_booking | easy | tool | [
"b-12342",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_403 | Cancel my booking b-12343. | cancel_booking | easy | tool | [
"b-12343",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_404 | Cancel my booking b-12344. | cancel_booking | easy | tool | [
"b-12344",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_405 | Cancel my booking b-12345. | cancel_booking | easy | tool | [
"b-12345",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_406 | Cancel my booking b-12346. | cancel_booking | easy | tool | [
"b-12346",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_407 | Cancel my booking b-12347. | cancel_booking | easy | tool | [
"b-12347",
"cancel",
"booking"
] |
dineout_cancel_booking_batch16_408 | Cancel booking b-99999 with reason 'plans changed'. | cancel_booking | easy | tool | [
"b-99999",
"cancel",
"plans changed"
] |
dineout_cancel_booking_batch16_409 | Cancel booking b-77777 with reason 'food poisoning, sorry'. | cancel_booking | easy | tool | [
"b-77777",
"cancel",
"food poisoning"
] |
dineout_cancel_booking_batch16_410 | Cancel booking b-55555 — meeting got rescheduled. | cancel_booking | easy | tool | [
"b-55555",
"cancel",
"meeting"
] |
dineout_cancel_booking_batch16_411 | Cancel booking b-44444. Confirm whether the cancellation is refundable. | cancel_booking | medium | tool | [
"b-44444",
"cancel",
"refundable"
] |
dineout_cancel_booking_multi_cancel_batch16_412 | Cancel two bookings: b-1001 and b-1002. Both with reason 'travel cancelled'. | cancel_booking | medium | code | [
"b-1001",
"b-1002",
"travel cancelled"
] |
dineout_cancel_booking_conditional_refund_batch16_413 | Cancel booking b-2002. If refundable, note that I'll get the refund; if not, log the loss. | cancel_booking | hard | code | [
"b-2002",
"refundable",
"refund",
"loss"
] |
dineout_cancel_booking_batch16_414 | Cancel booking b-3003 — guest sick. | cancel_booking | easy | tool | [
"b-3003",
"cancel",
"guest sick"
] |
dineout_cancel_booking_batch16_415 | Cancel b-4004 with no reason given. | cancel_booking | easy | tool | [
"b-4004",
"cancel",
"no reason"
] |
dineout_cancel_booking_batch16_416 | I need to cancel b-5005 and rebook for a smaller party. Cancel first. | cancel_booking | medium | tool | [
"b-5005",
"cancel",
"rebook",
"smaller"
] |
dineout_cancel_booking_batch16_417 | Cancel b-6006 immediately — gate code emergency. | cancel_booking | easy | tool | [
"b-6006",
"cancel",
"emergency"
] |
dineout_cancel_booking_time_gated_batch16_418 | If booking b-7007 is more than 24 hours away, cancel it; otherwise warn me about no-show penalty. | cancel_booking | hard | code | [
"b-7007",
"24 hours",
"no-show",
"penalty"
] |
dineout_search_venues_multi_filter_batch28_700 | Find venues in Bangalore with rating >= 4.5 AND cost for two <= ₹2000. | search_venues | medium | code | [
"Bangalore",
"4.5",
"₹2000",
"filter"
] |
dineout_search_venues_global_sort_batch28_701 | List every venue across all cities sorted by rating descending. | search_venues | hard | code | [
"all cities",
"rating",
"descending"
] |
dineout_search_venues_price_range_batch28_702 | Find Continental venues in any city with avg cost for two between ₹1000 and ₹2500. | search_venues | medium | code | [
"Continental",
"₹1000",
"₹2500",
"any city"
] |
dineout_search_venues_batch28_703 | Find a Cafe in Delhi for breakfast. | search_venues | easy | tool | [
"Delhi",
"Cafe",
"breakfast"
] |
dineout_search_venues_tag_filter_batch28_704 | Find venues tagged 'celebration' across all cities. | search_venues | medium | code | [
"celebration",
"all cities",
"tags"
] |
dineout_book_table_cost_quality_filter_batch32_800 | Book the cheapest Bangalore venue with rating >= 4.0 for 2 next Saturday. | book_table | hard | code | [
"Bangalore",
"cheapest",
"4.0",
"2",
"Saturday"
] |
dineout_book_table_search_rank_book_batch32_801 | Book a fine-dining anniversary dinner. Suggest top 3 venues, then book the highest-rated. | book_table | hard | code | [
"fine-dining",
"anniversary",
"top 3",
"highest-rated"
] |
dineout_book_table_search_check_book_batch32_802 | Book lunch at a Mumbai venue rated above 4.4 for 6 people on 2026-07-10. | book_table | medium | code | [
"Mumbai",
"4.4",
"6",
"2026-07-10",
"lunch"
] |
dineout_book_table_batch32_803 | Book a 9 PM table at v-308 for 4 — wheelchair access required. | book_table | medium | tool | [
"v-308",
"9 PM",
"4",
"wheelchair access"
] |
dineout_book_table_batch32_804 | Book table at Toit Brewpub for 2 on 2026-07-15 at 8 PM. Mention birthday in special requests. | book_table | medium | tool | [
"Toit Brewpub",
"2",
"2026-07-15",
"8 PM",
"birthday"
] |
Dineout — SmolTrace Tasks
Part of the TraceVerse Community open evaluation & observability stack.
A SmolTrace-format evaluation suite of 100 tasks for agents calling dine-in / reservation MCP servers. Pairs with the dineout-mcp Space.
Dataset info
- Tasks: 100
- Format: SmolTrace evaluation format
- Tools covered:
search_venues,view_venue_details,check_availability,book_table,cancel_booking - Companion MCP server:
traceverse-community/dineout-mcp - License: Apache 2.0
Usage with SmolTrace
from datasets import load_dataset
dataset = load_dataset("traceverse-community/dineout-evals")
# smoltrace-eval --model openai/gpt-4o-mini --dataset-name traceverse-community/dineout-evals
Schema
| Column | Type | Description |
|---|---|---|
id |
string | dineout_<tool>[_<suffix>]_batch<n>_<m> |
prompt |
string | Task description |
expected_tool |
string | One of the 5 dineout tools |
difficulty |
string | easy / medium / hard |
agent_type |
string | tool or code |
expected_keywords |
list[string] | 2-7 keywords expected in plan/output |
Example rows
# Easy
{
"id": "dineout_search_venues_batch0_0",
"prompt": "Find Continental restaurants in Bangalore I can book a table at.",
"expected_tool": "search_venues",
"difficulty": "easy",
"agent_type": "tool",
"expected_keywords": ["Bangalore", "Continental", "search", "venues"]
}
# Hard / multi-step
{
"id": "dineout_book_table_search_venues_check_availability_batch12_304",
"prompt": "Find a top-rated North Indian place in Delhi and book a table for 4 this Saturday at 8 PM.",
"expected_tool": "book_table",
"difficulty": "hard",
"agent_type": "code",
"expected_keywords": ["Delhi", "North Indian", "4", "Saturday", "8 PM"]
}
Prompt template
Save as prompt_template.yaml and pass via system_prompt_path to smolagents.ToolCallingAgent or CodeAgent.
system_prompt: |-
You are an expert restaurant-reservations assistant. You have MCP tools to search venues, view venue details, check availability, book tables, and cancel bookings.
Booking lifecycle: search_venues → check_availability (returns slot_ids) → book_table (with that slot_id) → optionally cancel_booking. Pass the slot_id verbatim from check_availability — do not reconstruct.
Each step is Action (tool call) → Observation. Finish with `final_answer`.
Example:
Task: "Book a table for 2 at a Mediterranean place in Mumbai for Saturday 9 PM."
Action:
{"name": "search_venues", "arguments": {"city": "Mumbai", "cuisine": "Mediterranean"}}
Observation: {"results": [{"id": "v-303", "name": "Bandra Olive Bar", "rating": 4.5}, ...]}
Action:
{"name": "check_availability", "arguments": {"venue_id": "v-303", "date": "2026-05-09", "party_size": 2, "time_preference": "dinner"}}
Observation: {"slots": [{"slot_id": "s-v-303-2026-05-09-2100", "time": "21:00", "available": true}, ...]}
Action:
{"name": "book_table", "arguments": {"venue_id": "v-303", "slot_id": "s-v-303-2026-05-09-2100", "party_size": 2, "guest_name": "Guest"}}
Observation: {"booking_id": "b-12345", "status": "confirmed"}
Action:
{"name": "final_answer", "arguments": {"answer": "Booked at Bandra Olive Bar, 9 PM Saturday, party of 2. Booking ID b-12345."}}
Available tools:
{%- for tool in tools.values() %}
- {{ tool.to_tool_calling_prompt() }}
{%- endfor %}
Rules: always tool-call; pass values not variables; never pass real PII; finish with final_answer.
planning:
initial_plan: |-
Survey known facts, list facts to look up, then write a step-by-step plan ending with <end_plan>.
Task: {{task}}
system_prompt_code: |-
You are an expert restaurant-reservations assistant solving tasks with Python code. Use Thought / Code / Observation cycles, finish with `final_answer(...)`.
Tools (callable as Python functions):
{{code_block_opening_tag}}
{%- for tool in tools.values() %}
{{ tool.to_code_prompt() }}
{% endfor %}
{{code_block_closing_tag}}
Rules: Thought + Code each step; pass slot_id verbatim from check_availability; never pass real PII; allowed imports: {{authorized_imports}}.
Reproducing this dataset
hf clone datasets/traceverse-community/dineout-evals
cd dineout-evals
python3 generate.py > tasks.jsonl
Part of the TraceVerse Community stack
| Project | Where |
|---|---|
| Reference agents + docs | food-delivery-agents |
| MCP server (this dataset's companion) | dineout-mcp |
| Trace viewer | TraceMind |
| Instrumentation | genai-otel-instrument |
| Evaluation framework | SmolTrace |
Sibling datasets:
Citation
@misc{traceverse-dineout-evals,
author = {TraceVerse Community},
title = {Dineout Evals: a SmolTrace evaluation dataset for dine-in / reservation MCP agents},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/traceverse-community/dineout-evals}
}
Acknowledgement
SmolTrace format conventions originated in MCP-1st-Birthday's synthetic data work via the TraceMind MCP Server.
- Downloads last month
- 17