session_add_note
Add a human knowledge note to a symbolic derivation to document assumptions, limitations, or interpretations. Specify note type and related variables for clear reasoning context.
Instructions
Add a human knowledge note to the derivation (non-computational step)
Args:
note: Note content
note_type: "assumption", "limitation", "observation",
"correction", "interpretation", "application", "reference"
related_variables: Related variables
Returns:
Record result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| note_type | No | observation | |
| related_variables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||