create_memo
Generate and store new memos with customizable visibility settings, enabling efficient note creation and management in Python-based environments.
Instructions
Create a new memo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the memo. | |
visibility | No | The visibility of the memo. | PRIVATE |