Skip to content

Commit b8f1577

Browse files
committed
rebase & fix knip
1 parent 26ee4ed commit b8f1577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/app/views/insights/pages/agents/llmOnboardingInstructions.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ export function CopyLLMPromptButton() {
6565
* Contextual note prepended when the instructions follow onboarding setup
6666
* steps so the LLM knows to complete those first.
6767
*/
68-
export const LLM_ONBOARDING_INSTRUCTIONS_PREAMBLE = `> The setup steps above contain the correct DSN and project-specific SDK configuration — complete them first.
69-
> Then follow the skill references below for instrumentation and agent naming.`;
7068

71-
export const LLM_ONBOARDING_COPY_MARKDOWN = `${LLM_ONBOARDING_INSTRUCTIONS_PREAMBLE}
69+
export const LLM_ONBOARDING_COPY_MARKDOWN = `
70+
> The setup steps above contain the correct DSN and project-specific SDK configuration — complete them first.
71+
> Then follow the skill references below for instrumentation and agent naming.
7272
7373
# Instrument Sentry AI Agent Monitoring
7474

0 commit comments

Comments
 (0)