Search Results for

    Show / Hide Table of Contents

    Interface ITextGenerationOptions

    Inherited Members
    IGenerationOptions.Api
    IGenerationOptions.Model
    IGenerationOptions.ConnectionMode
    IGenerationOptions.Stream
    IGenerationOptions.WriteGenerationRecords
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface ITextGenerationOptions : IGenerationOptions

    Properties

    | Edit this page View Source

    Instructions

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

    MaxTokens

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

    ReasoningOptions

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

    Seed

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

    StartingMessage

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

    Temperature

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

    ToolChoice

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

    Tools

    Declaration
    Tool[] Tools { get; }
    Property Value
    Type Description
    Tool[]
    | Edit this page View Source

    TopP

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

    WebSearchOptions

    Declaration
    WebSearchSettings WebSearchOptions { get; }
    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