Skip to the content.

Prompt Glossary

Instructions or context supplied to a model at inference time; in ordinary use, especially the request a user types into a chatbot.

A prompt is an instruction or piece of context supplied to a model at inference time. In ordinary use, it means the request a person types into a chatbot. In technical and agentic systems, people also speak of system prompts, developer prompts, retrieved context, examples, files, and tool results. Those inputs may all shape the model’s response, but the user’s prompt is not the whole context.

Prompting matters because model behaviour is context-sensitive. The same request can produce different results when the task, audience, examples, constraints, available tools, and success condition change. Good prompting is therefore less like discovering magic words and more like writing a usable specification.

A System Prompt is one higher-authority source of instructions, but message roles and precedence are properties of a particular product or API. OpenAI’s public Model Spec, for example, describes a chain of command among higher-level platform instructions, developer instructions, and user requests. Other systems may organise the hierarchy differently. A prompt cannot safely override instructions above it merely by declaring itself more important.

Source

See also

Return to Dictionary All Entries (A–Z) For Students Other Writing Capstone 2.0