AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class LocalChatbotProfile

    Inheritance
    object
    AssistantProfile
    ChatbotProfile
    LocalChatbotProfileBase
    LocalChatbotProfile
    Implements
    ILocalChatbotProfile
    IAssistantProfile
    Inherited Members
    LocalChatbotProfileBase.isAutoSaveEnabled
    LocalChatbotProfileBase.isAutoTitleEnabled
    LocalChatbotProfileBase.startingMessage
    LocalChatbotProfileBase.maxContextMessages
    LocalChatbotProfileBase.seed
    LocalChatbotProfileBase.stopSequences
    LocalChatbotProfileBase.IsAutoSaveEnabled
    LocalChatbotProfileBase.IsAutoTitleEnabled
    LocalChatbotProfileBase.StartingMessage
    LocalChatbotProfileBase.MaxContextMessages
    LocalChatbotProfileBase.Seed
    LocalChatbotProfileBase.StopSequences
    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.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 class LocalChatbotProfile : LocalChatbotProfileBase, ILocalChatbotProfile, IAssistantProfile

    Properties

    Instructions

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

    Name

    Name of this data.

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

    Implements

    ILocalChatbotProfile
    IAssistantProfile
    In this article
    Back to top Generated by DocFX