submit_event_details
Validate AI-generated event details for quality, then store them in MongoDB with automatic versioning. Ensure accurate, hallucination-free content before saving.
Instructions
Submit AI-generated event details (from the LLM) for validation and storage.
The details are validated for quality (minimum word count, honest readingTime, no first-person, no hallucinated URLs), then saved to the event_details collection with automatic versioning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The MongoDB ObjectId of the event (from the Events collection) | |
| details_json | Yes | JSON string matching the event-details-v1.0.txt schema |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||