Class RunStepService
public class RunStepService : CrudServiceBase<OpenAIClient>, IBetaApi
- Inheritance
-
object
RunStepService
- Implements
-
IBetaApi
Constructors
RunStepService(OpenAIClient)
public RunStepService(OpenAIClient client)
Parameters
client OpenAIClient
Methods
ListAsync(string, string, CursorQuery, RESTOptions)
public UniTask<QueryResponse<RunStep>> ListAsync(string threadId, string runId, CursorQuery query = null, RESTOptions options = null)
Parameters
threadId string
runId string
query CursorQuery
options RESTOptions
Returns
- UniTask<QueryResponse<RunStep>>
RetrieveAsync(string, string, string, RESTOptions)
public UniTask<RunStep> RetrieveAsync(string threadId, string runId, string stepId, RESTOptions options = null)
Parameters
threadId string
runId string
stepId string
options RESTOptions
Returns
- UniTask<RunStep>