save_note
Save a friend's name, tool preference, or general note. Overwrite existing data by setting override to 'true'.
Instructions
Save a friend's name, a tool preference, or a general note. Use override='true' to overwrite an existing value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friendId | Yes | friend uuid or name | |
| type | Yes | what to save | |
| key | No | key for tool_preference or note | |
| content | Yes | the value to save | |
| override | No | set to 'true' to overwrite an existing value | |
| provenance | No | optional attribution { assertedBy: { agentId, agentName } } |