gepa.proposer.reflective_mutation.base.Signature()
dataclass
¶ prompt_template: str
class-attribute
¶ input_keys: list[str]
class-attribute
¶ output_keys: list[str]
class-attribute
¶ prompt_renderer(input_dict: Mapping[str, Any]) -> str
classmethod
¶ output_extractor(lm_out: str) -> dict[str, str]
classmethod
¶ run(lm: LanguageModel, input_dict: Mapping[str, Any]) -> dict[str, str]
classmethod
¶