Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 452 Bytes

File metadata and controls

21 lines (17 loc) · 452 Bytes
id examples/basic
schema_version 1
description Minimal prompt with variable interpolation.
context
inputs
name non_empty reject_secrets
name
true
true

Prompt template

Hello {{ name }}! Give a one-sentence welcome.

Notes

This is the smallest useful prompt example:

  • Inherits provider and model from defaults.md.
  • Declares a single input used in interpolation.
  • Uses a single prompt template section.