Search Results for

    Show / Hide Table of Contents

    Class ChatSessionSettings

    Inheritance
    object
    AgentSessionSettingsBase
    ChatSessionSettings
    Inherited Members
    AgentSessionSettingsBase.Model
    AgentSessionSettingsBase.WriteGenerationRecords
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    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
    Type Name Description
    ITextGenerationOptions settings

    Properties

    | Edit this page View Source

    Instructions

    Declaration
    public string Instructions { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MaxTokens

    Declaration
    public TokenCount MaxTokens { get; set; }
    Property Value
    Type Description
    TokenCount
    | Edit this page View Source

    MaxToolCalls

    Declaration
    public int MaxToolCalls { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ParallelToolCalls

    Declaration
    public bool ParallelToolCalls { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    PreviousResponseId

    Declaration
    public string PreviousResponseId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReasoningOptions

    Declaration
    public ReasoningOptions ReasoningOptions { get; set; }
    Property Value
    Type Description
    ReasoningOptions
    | Edit this page View Source

    Seed

    Declaration
    public Seed Seed { get; set; }
    Property Value
    Type Description
    Seed
    | Edit this page View Source

    StartingMessage

    Declaration
    public string StartingMessage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StopSequences

    Declaration
    public List<string> StopSequences { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    Stream

    Declaration
    public bool Stream { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Temperature

    Declaration
    public Temperature Temperature { get; set; }
    Property Value
    Type Description
    Temperature
    | Edit this page View Source

    ToolChoice

    Declaration
    public ToolChoice ToolChoice { get; set; }
    Property Value
    Type Description
    ToolChoice
    | Edit this page View Source

    TopP

    Declaration
    public TopP TopP { get; set; }
    Property Value
    Type Description
    TopP
    | Edit this page View Source

    TruncationStrategy

    Declaration
    public TruncationStrategy TruncationStrategy { get; set; }
    Property Value
    Type Description
    TruncationStrategy
    | Edit this page View Source

    WebSearchOptions

    Declaration
    public WebSearchSettings WebSearchOptions { get; set; }
    Property Value
    Type Description
    WebSearchSettings

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation