spacr.qt.ai.prompts

System prompts used by the AI console.

Two shapes: * default_system_prompt() — spacr-aware assistant persona, used for

the freeform chat panel.

  • error_explainer_prompt() — prefix that turns a traceback into a concrete, numbered fix list capped at six steps.

Module Contents

spacr.qt.ai.prompts.default_system_prompt() str[source]

Return the spaCR-aware assistant persona used for freeform chat.

spacr.qt.ai.prompts.error_explainer_prompt() str[source]

Return the system prompt that turns a traceback into a numbered fix list.

spacr.qt.ai.prompts.wrap_error_for_prompt(traceback_text: str, active_app: str = '') str[source]

Turn a raw traceback into the user message body sent to the model.