Prompt Block
# Prompt Block The Prompt block is the core of your test case. It defines the instruction sent to the LLM. ## Features - **Version Control**: Every change to a prompt is tracked. - **Variable Injection**: Use `{{variable}}` syntax to inject dynamic data. - **Provider Settings**: Configure specific parameters for each provider (OpenAI, Anthropic). ## Usage When creating a prompt, focus on clarity and specific instructions. You can test your prompt against multiple models simultaneously. ## Examples ### Simple instruction prompt A prompt with no variables: the same text is sent every time.
fill the variables
This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{{variable}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo quantiauy/llmunit (no explicit license). A "Prompt Block" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
quantiauy/llmunit · no explicit license