session_add_note
Record human or AI insights into the CAD session log with optional note type for observations, assumptions, limitations, or corrections.
Instructions
Attach a human/LLM insight to the session log (not an operation step).
Args:
note: The note content.
note_type: "observation" | "assumption" | "limitation" | "correction".
Returns:
The recorded note entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| note_type | No | observation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |