read_notes
Retrieve all stored notes from the note file for CrewAI agents to access context and information during autonomous workflows.
Instructions
Read and return all notes from the 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||