System Prompt¶
Definition
AI-generated
A system prompt is a high-priority instruction block configured by the application (not the end user) that sets global behavior—role, safety rules, output format, and allowed tools—before user prompts are applied.
Topics
Synonyms
Why it matters in GWAS¶
Consortium or IRB constraints (no individual-level data in logs, mandatory genome build disclosure) can be encoded in the system prompt so every analyst session inherits the same guardrails, complementing repo-specific skills.
Example usage¶
"The system prompt forbade pasting full VCF rows and required GRCh38 coordinates in all genomic examples."
Related terms¶
References¶
- OpenAI. API reference: chat completions (role messages). https://platform.openai.com/docs/
Last updated (UTC · Git history)