Skip to content

Commit

Permalink
improve formatting for gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Dec 28, 2024
1 parent 54f7893 commit dabfc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_security_analyzer/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def get_agent_prompt(prompt_type: str, mode: str) -> str:
- Skill Level: What level of expertise is required?
- Detection Difficulty: How easy would it be to detect the attack?""",
"Update attack tree and mark High-Risk Paths and Critical Nodes",
"Update attack tree and return sub-tree with only High-Risk Paths and Critical Nodes. Return title, goal,sub-tree and detailed breakdown of attack vectors for High-Risk Paths and Critical Nodes.",
"Update attack tree and return sub-tree with only High-Risk Paths and Critical Nodes. Return title, goal,sub-tree and detailed breakdown of attack vectors for High-Risk Paths and Critical Nodes. Don't use markdown tables at all, use markdown lists instead.",
]

GITHUB2_SEC_DESIGN_PROMPTS = [
Expand Down

0 comments on commit dabfc57

Please sign in to comment.