The idea is that the notebook description serves as information for LLM and a part of the prompt to inform how to work with this.
So for example
'stuff' notebook -> "In this notebook each note represents a bunch of stufff i have"
-
Claude's Skills as Notebooks
-
Claude's skills are conceptualized as notebooks.
-
Each notebook comes with detailed descriptions.
-
Notebook Descriptions in Prompts
-
These descriptions will always be included in the prompts.
-
If there's a specific AI-related description for handling a notebook, it will be utilized.
-
Specific Descriptions
-
The specific description might relate to the notebook prompt itself.
-
Each notebook includes a pinned prompt that can be used directly or as decided by the system.
Implementation details
- Make sure every system prompt gets the 'short' instructions regarding all notebooks
- Whenever dealing with specific notebook, include the 'long' system instructions - either from pinned note or a new field in the notebook taxonomy
To that effect, we need a new tool/ability that is "fetch additional instructions for the notebook" and just LLM decide that we are dealing with this specific notebook.
The idea is that the notebook description serves as information for LLM and a part of the prompt to inform how to work with this.
So for example
'stuff' notebook -> "In this notebook each note represents a bunch of stufff i have"
Claude's Skills as Notebooks
Claude's skills are conceptualized as notebooks.
Each notebook comes with detailed descriptions.
Notebook Descriptions in Prompts
These descriptions will always be included in the prompts.
If there's a specific AI-related description for handling a notebook, it will be utilized.
Specific Descriptions
The specific description might relate to the notebook prompt itself.
Each notebook includes a pinned prompt that can be used directly or as decided by the system.
Implementation details
To that effect, we need a new tool/ability that is "fetch additional instructions for the notebook" and just LLM decide that we are dealing with this specific notebook.