Collect Feedback
collect_feedbackRecord user feedback on AI writing tasks—ratings, acceptance, comments—to refine personalized insights for future operations.
Instructions
Record feedback on an AI operation (e.g. "enhance_content") so it feeds the insights returned by get_writing_preferences. Provide a 1-5 rating, whether the output was kept (accepted), and/or a comment. Use after the writer reacts to AI output. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | No | Satisfaction rating from 1 (poor) to 5 (excellent). Optional. | |
| comment | No | Optional free-text comment. | |
| accepted | No | Whether the AI output was kept (true) or discarded (false). Optional. | |
| operation | Yes | The operation being rated, e.g. "enhance_content" or "compile_documents". |