Class RunStepService
Inheritance
object
RunStepService
Inherited Members
CRUDServiceBase<OpenAI>.client
CRUDServiceBase<OpenAI>.IsBetaService
CRUDServiceBase<OpenAI>.CustomApiKey
CRUDServiceBase<OpenAI>.CustomBetaHeaders
Assembly: .dll
Syntax
public class RunStepService : CRUDServiceBase<OpenAI>
Constructors
Declaration
public RunStepService(OpenAI client, params RESTHeader[] extraHeaders)
Parameters
Type |
Name |
Description |
OpenAI |
client |
|
RESTHeader[] |
extraHeaders |
|
Methods
ListAsync(string, string, CursorQuery, RESTRequestOptions)
Declaration
public UniTask<RESTQueryResponse<RunStep>> ListAsync(string threadId, string runId, CursorQuery query = null, RESTRequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
threadId |
|
string |
runId |
|
CursorQuery |
query |
|
RESTRequestOptions |
options |
|
Returns
Type |
Description |
UniTask<RESTQueryResponse<RunStep>> |
|
RetrieveAsync(string, string, string, RESTRequestOptions)
Declaration
public UniTask<RunStep> RetrieveAsync(string threadId, string runId, string stepId, RESTRequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
threadId |
|
string |
runId |
|
string |
stepId |
|
RESTRequestOptions |
options |
|
Returns