LLM Test

create_reminder #13

2026-04-29 02:23:42 · 45ms · HTTP 201

← Back to log

User agent

curl/8.7.1

Request params

{
  "title": "Check model output quality",
  "remind_at": "2026-04-24T17:00:00Z",
  "importance": "high",
  "time_estimate_minutes": 20,
  "details": "Compare all the cheeses across 3 model configs.",
  "tool": {
    "title": "Check model output quality",
    "remind_at": "2026-04-24T17:00:00Z",
    "importance": "high",
    "time_estimate_minutes": 20,
    "details": "Compare all the cheeses across 3 model configs."
  }
}

Response body

{
  "id": 10,
  "title": "Check model output quality",
  "remind_at": "2026-04-24T17:00:00.000Z",
  "dismissed_at": null,
  "importance": "high",
  "time_estimate_minutes": 20,
  "created_at": "2026-04-29T02:23:42.552Z",
  "updated_at": "2026-04-29T02:23:42.556Z",
  "details": "Compare all the cheeses across 3 model configs.",
  "details_html": "<div class=\"trix-content\">\n  Compare all the cheeses across 3 model configs.\n</div>\n",
  "due": true,
  "active": true
}