QuestionQ11

Prompt Engineering for Effective Software Testing

What is the key characteristic that differentiates a system prompt from a user prompt when interacting with an LLM?

  • A A system prompt changes dynamically with each user input, while a user prompt remains constant throughout the conversation.
  • B A system prompt contains specific questions or tasks from the user, while a user prompt defines the LLM's overall behavior.
  • C A system prompt is always visible and editable by the chatbot user, unlike the user prompt.
  • D A system prompt is usually set by the developer, while a user prompt is written by the end user.
Explanation

A system prompt generally establishes the model’s role, behavioral guidance, and constraints and is configured by the developer or application. A user prompt is the request or input authored by the end user.

Community Discussion

No comments yet. Be the first to start the discussion!