You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ !-f"$PROMPT_FILE"&&-f"/usr/share/blackbelt/sharp/system.prompt" ]];then
@@ -58,7 +58,7 @@ if json_mode:
58
58
}
59
59
else:
60
60
# Natural-language questions are intentionally not sent through Ollama's
61
-
# JSON-output constraint. The CLI advertises question mode, so the model
61
+
# JSON-output constraint. The CLI advertises question mode, so the model
62
62
# should receive the question as ordinary text and answer it directly.
63
63
question_system = system_prompt + "\n\nQUESTION MODE\nThe user has entered a natural-language question rather than a structured audit object. Answer the question directly and concisely. Do not manufacture an audit report or JSON object unless the user explicitly asks for one."
0 commit comments