retrieve_run_step: Retrieve Run Step - Beta

View source: R/functions.R

retrieve_run_stepR Documentation

Retrieve Run Step - Beta

Description

Retrieves a run step.

Usage

retrieve_run_step(run_id, step_id, thread_id, return_response = F)

Arguments

run_id

(string) The ID of the run to which the run step belongs. Required

step_id

(string) The ID of the run step to retrieve. Required

thread_id

(string) The ID of the thread to which the run and run step belongs. Required

return_response

(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response).

See Also

Open AI Documentation


samterfa/openai documentation built on Oct. 9, 2024, 5:18 p.m.