Source field used to populate a prompt variable.
Use these values when mapping evaluator prompt variables to live data.
Target-specific rules:
target=observation
input
output
metadata
target=experiment
expected_output
experiment_item_metadata
Source semantics:
jsonPath
Source field used to populate a prompt variable.
Use these values when mapping evaluator prompt variables to live data.
Target-specific rules:
target=observationsupportsinput,output, andmetadatatarget=experimentsupportsinput,output,metadata,expected_output, andexperiment_item_metadataSource semantics:
input: the observation or experiment input payloadoutput: the observation or experiment output payloadmetadata: the metadata object for the target. Combine withjsonPathwhen you need one nested field instead of the whole object.expected_output: the experiment item's expected output. Only valid fortarget=experiment.experiment_item_metadata: the experiment item's metadata object. Only valid fortarget=experiment.