Output Items
Manage and run evals in the OpenAI platform.
Get eval run output items
client.evals.runs.outputItems.list(stringrunID, OutputItemListParams { eval_id, after, limit, 2 more } params, RequestOptionsoptions?): CursorPage<OutputItemListResponse { id, created_at, datasource_item, 7 more } >
GET/evals/{eval_id}/runs/{run_id}/output_items
Get an output item of an eval run
client.evals.runs.outputItems.retrieve(stringoutputItemID, OutputItemRetrieveParams { eval_id, run_id } params, RequestOptionsoptions?): OutputItemRetrieveResponse { id, created_at, datasource_item, 7 more }
GET/evals/{eval_id}/runs/{run_id}/output_items/{output_item_id}
ModelsExpand Collapse
OutputItemListResponse { id, created_at, datasource_item, 7 more } A schema representing an evaluation run output item.
OutputItemListResponse { id, created_at, datasource_item, 7 more }
A schema representing an evaluation run output item.
sample: Sample { error, finish_reason, input, 7 more } A sample containing the input and output of the evaluation run.
sample: Sample { error, finish_reason, input, 7 more }
A sample containing the input and output of the evaluation run.
OutputItemRetrieveResponse { id, created_at, datasource_item, 7 more } A schema representing an evaluation run output item.
OutputItemRetrieveResponse { id, created_at, datasource_item, 7 more }
A schema representing an evaluation run output item.
sample: Sample { error, finish_reason, input, 7 more } A sample containing the input and output of the evaluation run.
sample: Sample { error, finish_reason, input, 7 more }
A sample containing the input and output of the evaluation run.