Class ProjectService
Inheritance
ProjectService
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class ProjectService : CrudServiceBase<OpenAIClient>, ICrudService
Constructors
|
Edit this page
View Source
ProjectService(OpenAIClient)
Declaration
public ProjectService(OpenAIClient client)
Parameters
Methods
|
Edit this page
View Source
ArchiveAsync(string, RequestOptions)
Declaration
public UniTask<Project> ArchiveAsync(string projectId, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
CreateAsync(string, RequestOptions)
Declaration
public UniTask<Project> CreateAsync(string projectName, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListAsync(CursorQuery, RequestOptions)
Declaration
public UniTask<Queried<Project>> ListAsync(CursorQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ModifyAsync(string, string, RequestOptions)
Declaration
public UniTask<Project> ModifyAsync(string projectId, string projectName, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveAsync(string, RequestOptions)
Declaration
public UniTask<Project> RetrieveAsync(string projectId, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods