Skip to content

Commit 9130ecd

Browse files
committed
Adding LLM steering configuration to platform-includes. Intended use is restricting LLMs from making changes outside desired instrumentation to users code.
1 parent c1b37de commit 9130ecd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<LLMSteering title="General LLM Implementation Guidelines">
2+
3+
## CRITICAL: DO NOT IMPLEMENT WITHOUT VERIFICATION
4+
- You MUST NOT EVER implement examples from documentation without asking permission from the user first
5+
- You MUST check with the user before implementing any additional integrations not mentioned in this documentation
6+
- You MUST NOT implement Breadcrumbs from Sentry unless the user explicitly asks for it
7+
8+
</LLMSteering>

0 commit comments

Comments
 (0)