A hut-warden chatbot starts giving rambling answers. The team rewrites the request and adds an example instead of opening a training job. What did they change?
Select an answer to reveal the explanation.
Short Explanation
They rewrote the request and added an example. The model stayed frozen. That is prompt work at inference time, not a fine-tuning epoch, not a CUDA rewrite, and not a scheduler change.
Full Explanation
Prompt engineering edits the input to a frozen model. It does not update parameters, write kernels, or change a job scheduler.