fixml.modules.workflow.prompt_format

Classes

PromptFormat

A formatter to define how the prompt should be constructed and parsed.

EvaluationPromptFormat

Formatter for the initial call of the test evaluation pipeline.

GenerationPromptFormat

Formatter for the initial call of the test spec generation pipeline.

Module Contents

class fixml.modules.workflow.prompt_format.PromptFormat

Bases: abc.ABC

A formatter to define how the prompt should be constructed and parsed.

class fixml.modules.workflow.prompt_format.EvaluationPromptFormat

Bases: PromptFormat

Formatter 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: PromptFormat

Formatter for the initial call of the test spec generation pipeline. Injects checklist and codebase into prompt and expect JSON in return.