record_thinking_event
Log user preference signals like brainstorm actions, idea ratings, and agent output feedback to a thinking profile table for tracking and analysis.
Instructions
Log a single preference signal to the thinking_profile_events table.
Args:
event_type: One of: brainstorm_acted_on, brainstorm_ignored,
idea_rated_high, idea_linked_project, journal_revisited,
agent_output_accepted, agent_output_flagged.
source_type: Domain or source category the signal belongs to (e.g. "biology").
content_id: Optional ID of the related content record.
agent_slug: Agent identifier, used for agent_output_* events.
context: Free-text context or note for this event.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_type | Yes | ||
| source_type | No | ||
| content_id | No | ||
| agent_slug | No | ||
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |