Interface IGENTask
Assembly: .dll
Syntax
public interface IGENTask
Properties
Api
Declaration
Property Value
IgnoreLogs
Declaration
Property Value
IsWrapperTask
Declaration
bool IsWrapperTask { get; }
Property Value
Method
Declaration
Property Value
ModelId
Declaration
Property Value
N
Declaration
Property Value
OutputFileNote
Declaration
string OutputFileNote { get; }
Property Value
OutputFilePath
Declaration
string OutputFilePath { get; }
Property Value
RecordHistory
Declaration
bool RecordHistory { get; }
Property Value
RequestMimeType
Declaration
MIMEType RequestMimeType { get; }
Property Value
Type |
Description |
MIMEType |
|
ResponseMimeType
Declaration
MIMEType ResponseMimeType { get; }
Property Value
Type |
Description |
MIMEType |
|
SaveGeneratedContents
Declaration
bool SaveGeneratedContents { get; }
Property Value
Sender
Declaration
Property Value
Methods
ExecuteAsync<T>()
Declaration
UniTask<T> ExecuteAsync<T>()
Returns
Type |
Description |
UniTask<T> |
|
Type Parameters
GetPrompt()
Declaration
Returns
ShouldRecordHistory()
Declaration
bool ShouldRecordHistory()
Returns