Interface IAssistantsOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IAssistantsOptions : ITextGenerationOptions, IGenerationOptions
Properties
|
Edit this page
View Source
AssistantId
Declaration
string AssistantId { get; }
Property Value
|
Edit this page
View Source
AssistantName
Declaration
string AssistantName { get; }
Property Value
|
Edit this page
View Source
EnableCodeInterpreter
Declaration
bool EnableCodeInterpreter { get; }
Property Value
|
Edit this page
View Source
EnableFileSearch
Declaration
bool EnableFileSearch { get; }
Property Value
|
Edit this page
View Source
RunPollingDelayMs
Declaration
int RunPollingDelayMs { get; }
Property Value
|
Edit this page
View Source
RunPollingIntervalMs
Declaration
int RunPollingIntervalMs { get; }
Property Value
|
Edit this page
View Source
RunPollingTimeoutSec
Declaration
int RunPollingTimeoutSec { get; }
Property Value
Extension Methods