Class RunStepService
Inheritance
object
RunStepService
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, RequestOptions)
Declaration
public UniTask<QueryResponse<RunStep>> ListAsync(string threadId, string runId, CursorQuery query = null, RequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
threadId |
|
string |
runId |
|
CursorQuery |
query |
|
RequestOptions |
options |
|
Returns
Type |
Description |
UniTask<QueryResponse<RunStep>> |
|
RetrieveAsync(string, string, string, RequestOptions)
Declaration
public UniTask<RunStep> RetrieveAsync(string threadId, string runId, string stepId, RequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
threadId |
|
string |
runId |
|
string |
stepId |
|
RequestOptions |
options |
|
Returns