Class GenerationSettings
Serializable base class for AI generation settings.
Inheritance
GenerationSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public abstract class GenerationSettings : IGenerationOptions
Properties
|
Edit this page
View Source
Api
Declaration
Property Value
|
Edit this page
View Source
ConnectionMode
Declaration
public virtual ConnectionMode ConnectionMode { get; }
Property Value
|
Edit this page
View Source
Model
Declaration
public Model Model { get; }
Property Value
|
Edit this page
View Source
ModelType
Declaration
public abstract ModelType ModelType { get; }
Property Value
|
Edit this page
View Source
Stream
Declaration
public virtual bool Stream { get; }
Property Value
|
Edit this page
View Source
WriteGenerationRecords
Declaration
public virtual bool WriteGenerationRecords { get; }
Property Value
Implements
Extension Methods