mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
## CHANGES - Add prompt strategies like Chain of Thought (CoT) - Implement strategy selection with `--strategy` flag - Improve README with platform-specific installation instructions - Fix web interface documentation link - Refactor git operations with new githelper package - Add `--liststrategies` command to view available strategies - Support applying strategies to system prompts - Fix YouTube configuration check - Improve error handling in session management
5 lines
166 B
JSON
5 lines
166 B
JSON
{
|
|
"description": "Chain-of-Thought (CoT) Prompting",
|
|
"prompt": "Think step by step to answer the question. Return the final answer in the required format."
|
|
}
|