New Planner tool to help you break down complex ideas, problems, and projects into multiple manageable steps. This is a self-prompt generation tool whose output can then be fed into another tool and model as required
This commit is contained in:
@@ -7,6 +7,7 @@ from .chat_prompt import CHAT_PROMPT
|
||||
from .codereview_prompt import CODEREVIEW_PROMPT
|
||||
from .consensus_prompt import CONSENSUS_PROMPT
|
||||
from .debug_prompt import DEBUG_ISSUE_PROMPT
|
||||
from .planner_prompt import PLANNER_PROMPT
|
||||
from .precommit_prompt import PRECOMMIT_PROMPT
|
||||
from .refactor_prompt import REFACTOR_PROMPT
|
||||
from .testgen_prompt import TESTGEN_PROMPT
|
||||
@@ -19,6 +20,7 @@ __all__ = [
|
||||
"ANALYZE_PROMPT",
|
||||
"CHAT_PROMPT",
|
||||
"CONSENSUS_PROMPT",
|
||||
"PLANNER_PROMPT",
|
||||
"PRECOMMIT_PROMPT",
|
||||
"REFACTOR_PROMPT",
|
||||
"TESTGEN_PROMPT",
|
||||
|
||||
Reference in New Issue
Block a user