Search Results for

    Show / Hide Table of Contents

    Class AgentAssistantsSettings

    Configuration settings for the OpenAI Assistants API.

    Inheritance
    object
    AgentAssistantsSettings
    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.Agent.dll
    Syntax
    [Serializable]
    public sealed class AgentAssistantsSettings

    Properties

    | Edit this page View Source

    AssistantId

    Gets the ID of the OpenAI Assistant to use.

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

    AssistantName

    Gets the display name of the OpenAI Assistant.

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

    EnableCodeInterpreter

    Gets whether the Code Interpreter tool is enabled for this assistant.

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

    EnableFileSearch

    Gets whether the File Search tool is enabled for this assistant.

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

    RunPollingDelayMs

    Gets the initial delay in milliseconds before starting to poll for run status.

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

    RunPollingIntervalMs

    Gets the interval in milliseconds between run status polling attempts.

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

    RunPollingTimeoutSec

    Gets the timeout in seconds for run polling operations.

    Declaration
    public int RunPollingTimeoutSec { get; }
    Property Value
    Type Description
    int

    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