AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AssistantChatbotProfileBase

    Inheritance
    object
    AssistantProfile
    ChatbotProfile
    AssistantChatbotProfileBase
    AssistantChatbotProfile
    AssistantChatbotProfileInstruct
    Implements
    IAssistantProfile
    Inherited Members
    ChatbotProfile.utilityModelId
    ChatbotProfile.topP
    ChatbotProfile.enableSpeechToText
    ChatbotProfile.enableTextToImage
    ChatbotProfile.enableModeration
    ChatbotProfile.speechToTextOptions
    ChatbotProfile.textToImageOptions
    ChatbotProfile.moderationOptions
    ChatbotProfile.UtilityModelId
    ChatbotProfile.TopP
    ChatbotProfile.EnableSpeechToText
    ChatbotProfile.EnableTextToImage
    ChatbotProfile.EnableModeration
    ChatbotProfile.SpeechToTextModelId
    ChatbotProfile.TextToImageModelId
    ChatbotProfile.ModerationModelId
    ChatbotProfile.SpeechToTextOptions
    ChatbotProfile.TextToImageOptions
    ChatbotProfile.ModerationOptions
    ChatbotProfile.SafetySettings
    AssistantProfile.id
    AssistantProfile.modelId
    AssistantProfile.temperature
    AssistantProfile.maxTokens
    AssistantProfile.enableTextToSpeech
    AssistantProfile.textToSpeechOptions
    AssistantProfile.speechAudioVolume
    AssistantProfile.Instructions
    AssistantProfile.Id
    AssistantProfile.ModelId
    AssistantProfile.Temperature
    AssistantProfile.MaxTokens
    AssistantProfile.EnableTextToSpeech
    AssistantProfile.TextToSpeechOptions
    AssistantProfile.SpeechModelId
    AssistantProfile.SpeechVoiceId
    AssistantProfile.SpeechAudioVolume
    Namespace: Glitch9.AIDevKit.Advanced
    Assembly: .dll
    Syntax
    public abstract class AssistantChatbotProfileBase : ChatbotProfile, IAssistantProfile

    Fields

    assistantDescription

    Declaration
    protected string assistantDescription
    Field Value
    Type Description
    string

    assistantId

    Declaration
    protected string assistantId
    Field Value
    Type Description
    string

    assistantName

    Declaration
    protected string assistantName
    Field Value
    Type Description
    string

    Properties

    AssistantDescription

    Declaration
    public string AssistantDescription { get; }
    Property Value
    Type Description
    string

    AssistantId

    Declaration
    public string AssistantId { get; }
    Property Value
    Type Description
    string

    AssistantName

    Declaration
    public string AssistantName { get; }
    Property Value
    Type Description
    string

    Name

    Name of this data.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    AssistantProfile.Name

    Implements

    IAssistantProfile
    In this article
    Back to top Generated by DocFX