Interface ITextGenerationOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface ITextGenerationOptions : IGenerationOptions
Properties
|
Edit this page
View Source
Instructions
Declaration
string Instructions { get; }
Property Value
|
Edit this page
View Source
MaxTokens
Declaration
TokenCount MaxTokens { get; }
Property Value
|
Edit this page
View Source
ReasoningOptions
Declaration
ReasoningOptions ReasoningOptions { get; }
Property Value
|
Edit this page
View Source
Seed
Declaration
Property Value
|
Edit this page
View Source
StartingMessage
Declaration
string StartingMessage { get; }
Property Value
|
Edit this page
View Source
Temperature
Declaration
Temperature Temperature { get; }
Property Value
|
Edit this page
View Source
ToolChoice
Declaration
ToolChoice ToolChoice { get; }
Property Value
|
Edit this page
View Source
Tools
Declaration
Property Value
|
Edit this page
View Source
TopP
Declaration
Property Value
|
Edit this page
View Source
WebSearchOptions
Declaration
WebSearchSettings WebSearchOptions { get; }
Property Value
Extension Methods