read_notes
Reads all sticky notes from the persistent file and returns them as a single text. If no notes exist, returns a default message.
Instructions
Read and return all notes from the sticky note file.
Returns:
str: All notes as a single string separated by line breaks.
If no notes exist, a default message is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |