Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Symbols and Conventions:
- 1. [ ]: Define tasks using square brackets.
- Example: [research], [summarize], [suggest]
- 2. { }: Specify input parameters for tasks using curly braces.
- Example: [research]{topic: "quantum computing"}
- 3. ( ): Set context or provide additional information using parentheses.
- Example: [suggest](gifts){age: 30, interests: "technology, photography"}
- 4. < >: Define the expected output format using angle brackets.
- Example: [summarize]<bullet_points>{text: "Article about renewable energy"}
- 5. | : Separate multiple tasks or options using the pipe symbol.
- Example: [research]{topic: "quantum computing"} | [suggest]{books}
- 6. @ : Tag a user or AI for multi-turn conversations.
- Example: @user: What is your favorite color? | @AI: My favorite color is blue.
- 7. -> : Indicate a sequence of tasks or actions using the arrow symbol.
- Example: [research]{topic: "AI ethics"}->[summarize]<paragraph>
- 8. [[ ]]: Indicate a loop or repetition using double brackets.
- Example: [[suggest](gifts){age: 30, interests: "technology, photography"}]]*5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement