Prompts
The prompt object
A prompt is a single question Pineprompt asks the AI platforms on your behalf. An active prompt runs with its monitor once per day; an inactive prompt keeps its history but no longer runs.
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the prompt. |
| monitor_id | integer | The ID of the monitor that owns this prompt. |
| prompt | string | The question text the monitor asks each platform on every run. |
| is_active | boolean | Whether the prompt will run on each daily run of its monitor. |
| monitor | Monitor | The parent monitor. Returned when requested via |
| created_at | datetime | When the prompt was created. |
| updated_at | datetime | When the prompt was last updated. |