-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
This issue captures a third party feature request: a rewrite mechanism parameterized by a requirement and a model output.
These were Kate requests; not sure they still make sense?
no_lists = Requirement(
"Do not use numbered lists."
)
no_lists.validation_prompt = "Are there numbered lists in the report? /n/nReport: {{passage}}/n/nReply Yes or No."
no_lists.validation_answer = "N"
no_lists.rewrite_prompt = "Report: {{passage}}. /n/nReplace all numbered lists in the above report with bullet notation instead."Metadata
Metadata
Assignees
Labels
No labels