fixml.modules.workflow.prompt_format
Classes
A formatter to define how the prompt should be constructed and parsed. |
|
Formatter for the initial call of the test evaluation pipeline. |
|
Formatter for the initial call of the test spec generation pipeline. |
Module Contents
- class fixml.modules.workflow.prompt_format.PromptFormat
Bases:
abc.ABCA formatter to define how the prompt should be constructed and parsed.
- class fixml.modules.workflow.prompt_format.EvaluationPromptFormat
Bases:
PromptFormatFormatter for the initial call of the test evaluation pipeline. Injects checklist and codebase into prompt and expect JSON in return.
- class fixml.modules.workflow.prompt_format.GenerationPromptFormat
Bases:
PromptFormatFormatter for the initial call of the test spec generation pipeline. Injects checklist and codebase into prompt and expect JSON in return.