Skip to content

Commit e5ef07f

Browse files
committed
Truncated random prompt example log ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent 529e771 commit e5ef07f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

ai-personas/docs/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,7 @@ print(random_prompt())
9393
# - Write efficient Node.js scripts to automate ${taskType}.
9494
# - Ensure the scripts are robust and handle errors gracefully.
9595
# - 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).
96+
# ...
10997
```
11098

11199
#### Fill variables in template prompts:

0 commit comments

Comments
 (0)