Back to Tags
Prompt Engineering
7 items tagged with "prompt-engineering"
Filter by type:
FAQs2
FAQ
What is prompt engineering?
Prompt engineering is the practice of designing the instructions, examples, and context given to a language model to get reliable, accurate outputs. T...
FAQ
What is chain-of-thought prompting?
Chain-of-thought prompting asks a language model to work through a problem step by step before giving a final answer, rather than responding immediate...
Glossaries2
Glossary
Prompt Engineering
Prompt engineering is the practice of designing and refining the text instructions given to a language model to steer its output toward accurate, useful results.
Glossary
Temperature (LLM Sampling)
Temperature is a sampling parameter that scales an LLM's output probabilities, controlling how random or deterministic its token choices are.