pub async fn eval_run_payload(
configuration: &Configuration,
workspace: &str,
job_id: &str,
) -> Result<EvalRunPayload200Response, Error<EvalRunPayloadError>>Expand description
Called by the step a run’s flow places between the agent and its scorers. Every tool call is enriched with the arguments, result, status and duration of the job that ran it, and with the schema of the script version it ran, none of which the flow itself can read.