MEVZU N° TAG / VOL. 126
#prompt
0 blog · 0 news · 15 wiki
Wiki
Prompt Caching
A feature that caches large recurring prompt prefixes for major cost and latency savings.
- EN
- Prompt Caching
- TR
- Prompt Önbellekleme
Tool Definition Schema
The schema describing a tool's name, description, and parameter types so the model can call it correctly.
- EN
- Tool Definition Schema
- TR
- Araç Tanım Şeması
Prompt Injection
An attack where an adversary tries to override an LLM's instructions via untrusted external text.
- EN
- Prompt Injection
- TR
- Prompt Enjeksiyonu
Output Format
The set of decisions that defines how a model's response is structured.
- EN
- Output Format
- TR
- Çıktı Formatı
Few-shot Learning
Teaching the model a task by showing a handful of examples directly in the prompt.
- EN
- Few-shot Learning
- TR
- Az-Atış Öğrenme
In-context Learning
The model's ability to learn a new task purely from information in the prompt, without parameter updates.
- EN
- In-context Learning
- TR
- Bağlam-İçi Öğrenme
Prompt Engineering
The discipline of systematically designing prompts to get the intended output from an LLM.
- EN
- Prompt Engineering
- TR
- Prompt Mühendisliği
JSON Mode
An API setting that guarantees the model's output is valid JSON.
- EN
- JSON Mode
- TR
- JSON Modu
Context Engineering
The discipline of systematically designing what is placed in an LLM's context and how.
- EN
- Context Engineering
- TR
- Bağlam Mühendisliği
Prompt
The input text given to an LLM that conditions the response.
- EN
- Prompt
- TR
- Prompt
XML Tags in Prompts
XML-like tags used inside a prompt to delimit different sections.
- EN
- XML Tags (in prompts)
- TR
- Prompt'ta XML Etiketleri
Chain-of-Thought (CoT)
Prompting the model to reason step-by-step before producing a final answer.
- EN
- Chain-of-Thought (CoT)
- TR
- Düşünce Zinciri
Structured Output
A feature that makes the model's output conform exactly to a predefined schema.
- EN
- Structured Output
- TR
- Yapılandırılmış Çıktı
System Prompt
A special message at the start of a conversation that sets the model's persistent instructions and role.
- EN
- System Prompt
- TR
- Sistem Promptu
Zero-shot
When the model performs a task with no examples, given only the instruction.
- EN
- Zero-shot
- TR
- Sıfır-Atış (Zero-shot)