Search Results for

    Show / Hide Table of Contents

    Class AgentRealtimeOptions

    Runtime composition of realtime chat options from agent-level settings.

    Inheritance
    object
    AgentRealtimeOptions
    Implements
    IRealtimeOptions
    ITextGenerationOptions
    IGenerationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class AgentRealtimeOptions : IRealtimeOptions, ITextGenerationOptions, IGenerationOptions

    Constructors

    | Edit this page View Source

    AgentRealtimeOptions(ITextGenerationOptions, ISpeechToTextOptions, ITextToSpeechOptions)

    Declaration
    public AgentRealtimeOptions(ITextGenerationOptions textOptions, ISpeechToTextOptions inputAudioOptions, ITextToSpeechOptions outputAudioOptions)
    Parameters
    Type Name Description
    ITextGenerationOptions textOptions
    ISpeechToTextOptions inputAudioOptions
    ITextToSpeechOptions outputAudioOptions

    Properties

    | Edit this page View Source

    ConnectionMode

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

    InputVoiceLanguage

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

    Instructions

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

    MaxTokens

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

    Model

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

    ReasoningOptions

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

    Seed

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

    StartingMessage

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

    Temperature

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

    ToolChoice

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

    Tools

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

    TopP

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

    TranscriptionModel

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

    Voice

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

    WebSearchOptions

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

    WriteGenerationRecords

    Declaration
    public bool WriteGenerationRecords { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    FromSettings(IAgentSettings)

    Declaration
    public static IRealtimeOptions FromSettings(IAgentSettings settings)
    Parameters
    Type Name Description
    IAgentSettings settings
    Returns
    Type Description
    IRealtimeOptions

    Implements

    IRealtimeOptions
    ITextGenerationOptions
    IGenerationOptions

    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