Custom Instructions
You can provide custom instructions for the test generation for each step in the prompty front-matter.
instructions: inputSpec: "..." outputRules: "..." inverseOutputRules: "..." intent: "..." testExpansion: "..."
Example
Section titled “Example”You can influence the input specification generation by injecting prompting instructions.
---instructions: outputRules: "Ignore the 'safety' section, it is handled elsewhere."---