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
attributeinputsdictattributeexpectedAnyattributemetadatadict= field(default_factory=dict)Functions
func__init__(self, inputs, expected, metadata=dict()) -> NoneparamselfparaminputsdictparamexpectedAnyparammetadatadict= dict()Returns
None