I was wondering if the following scenario is possible:
- add my prompts in text files saved in a project folder
- add references to @Docs or @Web in the prompt text
- in the Chat AI Interface, call a prompt file with @my_action.md
Example: my_action.md
Build a pipeline in `@Files app/cli/handlers/data.py` that is using the `pipe` function as defined in `@Docs Expression`.
The pipeline definition is: `@Notepads myCliContext`.
In chat
UI, call @my_action.md
and nothing else.
Thank you.