EvSys

PromptExample

One example for prompt-search / GEPA-style optimization.

inputs is a dict of named task inputs; expected is the gold output the score function compares the model's completion against.

Attributes

attributeinputsdict
attributeexpectedAny
attributemetadatadict
= field(default_factory=dict)

Functions

func__init__(self, inputs, expected, metadata=dict()) -> None
paramself
paraminputsdict
paramexpectedAny
parammetadatadict
= dict()

Returns

None

On this page