We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529e771 commit e5ef07fCopy full SHA for e5ef07f
1 file changed
ai-personas/docs/README.md
@@ -93,19 +93,7 @@ print(random_prompt())
93
# - Write efficient Node.js scripts to automate ${taskType}.
94
# - Ensure the scripts are robust and handle errors gracefully.
95
# - Use modern JavaScript syntax and best practices.
96
-#
97
-# Rules:
98
-# - Scripts should be modular and reusable.
99
-# - Include comments for clarity and maintainability.
100
101
-# Example tasks:
102
-# - Automate file backups to a cloud service.
103
-# - Scrape data from a specified website and store it in JSON format.
104
-# - Create a RESTful API client for interacting with online services.
105
106
-# Variables:
107
-# - ${taskType} - The type of task to automate (e.g., file handling, web
108
-# scraping).
+# ...
109
```
110
111
#### Fill variables in template prompts:
0 commit comments