Predictions
A prediction is the record of a single AI prompt generation. Every time you click Generate Prompt on a scene, a prediction is saved automatically.
Routes
| Action | URL |
|---|---|
| My predictions | /predictions |
| View a prediction | /predictions/{id} |
What a Prediction Contains
| Field | Description |
|---|---|
| Prompt | The full composed context that was sent to the AI (resolved persona/location descriptions, style, and scene description). |
| Generated Text | The AI's output — the image prompt text ready to paste into an image generator. |
| Model | The AI model identifier used for this generation. |
| Rating | Your 1–5 star rating (optional). |
| Scene | The scene this prediction belongs to. |
| Created At | Timestamp of the generation. |
Browsing Your Predictions
/predictions lists all your predictions with filters:
- Search – full-text search over the generated text.
- Scene filter – show predictions from a specific scene only.
- Rating filter – show only predictions with a specific star rating.
- Date range – filter by creation date (from / to).
Click Reset filters to clear all active filters. Results are paginated, 15 per page.
Viewing a Prediction
The detail page at /predictions/{id} shows the full generated text, the source scene, and your current rating. Only you (or an admin) can view your predictions.
Rating a Prediction
From the detail page, click a star (1–5) to set or update the rating. Click the same star again or use the clear option to remove the rating. Ratings help you remember which generations were good for producing previews or for copying into an image generator.
Deleting a Prediction
You can delete predictions from:
- The prediction detail page — click Delete and confirm.
- The predictions index — click Delete next to any row and confirm.
- The scene detail page — click Delete next to any prediction in the history list.
Deletion is permanent.
Using Predictions for Scene Previews
From the scene detail page you can promote any of your predictions into a preview image for that scene. See Scenes — Scene Preview Image for details.