TomLii Claude Sonnet 4.6 commited on
Commit
f6d633d
Β·
1 Parent(s): c2362ea

Shorten the first two examples to plainer well-known questions

Browse files

- Fixed facts: Titanic sinking date + survivor count.
- Time-varying: reigning FIFA World Cup champion + next tournament.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1658,12 +1658,12 @@ EXAMPLES = [
1658
  {
1659
  "category": "Fixed facts",
1660
  "icon": "🎯",
1661
- "text": "On the Apollo 11 mission, what were the exact call signs of the command module and the lunar module, who piloted each one, and how many hours did the lunar module spend on the Moon's surface before ascent?",
1662
  },
1663
  {
1664
  "category": "Time-varying",
1665
  "icon": "πŸ“ˆ",
1666
- "text": "Who currently holds the men's 100m world record, what is the exact time, and when and where was it set? Also give the next-fastest legal time ever recorded and by whom.",
1667
  },
1668
  {
1669
  "category": "Multi-constraints",
 
1658
  {
1659
  "category": "Fixed facts",
1660
  "icon": "🎯",
1661
+ "text": "When did the Titanic sink, and how many of the people on board survived?",
1662
  },
1663
  {
1664
  "category": "Time-varying",
1665
  "icon": "πŸ“ˆ",
1666
+ "text": "Which country is the reigning FIFA World Cup champion, and when and where is the next World Cup?",
1667
  },
1668
  {
1669
  "category": "Multi-constraints",