Interface IGENTask
public interface IGENTask
Properties
Api
Property Value
- Api
IgnoreLogs
Property Value
- bool
IsWrapperTask
bool IsWrapperTask { get; }
Property Value
- bool
Method
Property Value
- string
ModelId
Property Value
- string
N
Property Value
- int
OutputFileNote
string OutputFileNote { get; }
Property Value
- string
OutputFilePath
string OutputFilePath { get; }
Property Value
- string
RecordHistory
bool RecordHistory { get; }
Property Value
- bool
RequestMimeType
MIMEType RequestMimeType { get; }
Property Value
- MIMEType
ResponseMimeType
MIMEType ResponseMimeType { get; }
Property Value
- MIMEType
SaveGeneratedContents
bool SaveGeneratedContents { get; }
Property Value
- bool
Sender
Property Value
- string
Methods
ExecuteAsync<T>()
UniTask<T> ExecuteAsync<T>()
Returns
- UniTask<T>
Type Parameters
T
GetPrompt()
Returns
- IPrompt
ShouldRecordHistory()
bool ShouldRecordHistory()
Returns
- bool