You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no `--vars` file is provided, the command auto-loads a `.test.yaml` sidecar file (same name as the prompt, with `.test.yaml` extension) and uses the first test case's variables.
110
110
111
+
`--vars` keys map directly to placeholder names in `{{ name }}` syntax.
Copy file name to clipboardExpand all lines: docs/composition.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
`includes` lets you define shared system instructions once and reuse them across prompts. Included instructions are prepended before local system instructions.
4
4
5
+
Included files can also contain runtime placeholders (`{{ variable }}`), so shared guidance can consume app-specific context passed at render time.
6
+
5
7
## How it works
6
8
7
9
1. List paths in the `includes` front matter field (relative to the prompt file).
0 commit comments