PromptExample interface exported
Last updated: 2026-03-03T11:04:37.489Z
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
interface PromptExample
Summary
A single input → output example for few-shot prompting.
Source Code
export interface PromptExample {
readonly input: string;
readonly output: string;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| renderOutputSchema | uses |