Class ChatSessionSettings
Inheritance
ChatSessionSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ChatSessionSettings : AgentSessionSettingsBase
Constructors
|
Edit this page
View Source
ChatSessionSettings()
Declaration
public ChatSessionSettings()
|
Edit this page
View Source
ChatSessionSettings(ITextGenerationOptions)
Declaration
public ChatSessionSettings(ITextGenerationOptions settings)
Parameters
Properties
|
Edit this page
View Source
Instructions
Declaration
public string Instructions { get; set; }
Property Value
|
Edit this page
View Source
MaxTokens
Declaration
public TokenCount MaxTokens { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int MaxToolCalls { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool ParallelToolCalls { get; set; }
Property Value
|
Edit this page
View Source
PreviousResponseId
Declaration
public string PreviousResponseId { get; set; }
Property Value
|
Edit this page
View Source
ReasoningOptions
Declaration
public ReasoningOptions ReasoningOptions { get; set; }
Property Value
|
Edit this page
View Source
Seed
Declaration
public Seed Seed { get; set; }
Property Value
|
Edit this page
View Source
StartingMessage
Declaration
public string StartingMessage { get; set; }
Property Value
|
Edit this page
View Source
StopSequences
Declaration
public List<string> StopSequences { get; set; }
Property Value
|
Edit this page
View Source
Stream
Declaration
public bool Stream { get; set; }
Property Value
|
Edit this page
View Source
Temperature
Declaration
public Temperature Temperature { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ToolChoice ToolChoice { get; set; }
Property Value
|
Edit this page
View Source
TopP
Declaration
public TopP TopP { get; set; }
Property Value
|
Edit this page
View Source
TruncationStrategy
Declaration
public TruncationStrategy TruncationStrategy { get; set; }
Property Value
|
Edit this page
View Source
WebSearchOptions
Declaration
public WebSearchSettings WebSearchOptions { get; set; }
Property Value
Extension Methods