Class RunStepService
Inheritance
RunStepService
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class RunStepService : CrudServiceBase<OpenAIClient>, ICrudService, IBetaService
Constructors
|
Edit this page
View Source
RunStepService(OpenAIClient)
Declaration
public RunStepService(OpenAIClient client)
Parameters
Methods
|
Edit this page
View Source
ListAsync(string, string, CursorQuery, RequestOptions)
Declaration
public UniTask<Queried<RunStep>> ListAsync(string threadId, string runId, CursorQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveAsync(string, string, string, RequestOptions)
Declaration
public UniTask<RunStep> RetrieveAsync(string threadId, string runId, string stepId, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods