AI SummaryThis booster documents a Rust SDK method for disabling system prompts in template configuration, but lacks practical prompt content or implementation guidance for actual AI coding platforms.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "PraisonAIDocs — System Prompt" prompt rules to my project. Repository: https://github.com/MervinPraison/PraisonAIDocs Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
no_system_prompt: Disable system prompt
no_system_prompt
<div className="flex items-center gap-2"> <Badge color="purple">Method</Badge> </div> > This is a method of the TemplateConfig class in the config module. Disable system prompt
Signature
`python def no_system_prompt(mut self) -> Self `
Returns
<ResponseField name="Returns" type="Self"> The result of the operation. </ResponseField> ---
Related Documentation
<CardGroup cols={2}> <Card title="Rust Prompts" icon="message" href="/docs/rust/prompts" /> <Card title="Rust Templates" icon="file-code" href="/docs/rust/templates" /> </CardGroup>
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts