Skip to content

Custom Instructions

You can provide custom instructions for the test generation for each step in the prompty front-matter.

summarize.prompty
instructions:
inputSpec: "..."
outputRules: "..."
inverseOutputRules: "..."
intent: "..."
testExpansion: "..."

You can influence the input specification generation by injecting prompting instructions.

---
instructions:
outputRules: "Ignore the 'safety' section, it is handled elsewhere."
---