Search Results for

    Show / Hide Table of Contents

    Class AISettings

    Represents the configuration settings for the AI Companion provider.

    Inheritance
    object
    AISettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AICompanion.Model
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class AISettings

    Constructors

    AISettings()

    Declaration
    public AISettings()

    Properties

    AutoTranslateEnabled

    Gets or sets a value indicating whether auto-translation is enabled.

    Declaration
    public bool AutoTranslateEnabled { get; set; }
    Property Value
    Type Description
    bool

    Connections

    Gets or sets the list of available connections.

    Declaration
    public IList<Connection> Connections { get; set; }
    Property Value
    Type Description
    IList<Connection>

    MaxContextSegments

    Gets or sets the maximum number of context segments to include in AI requests.

    Declaration
    public int MaxContextSegments { get; set; }
    Property Value
    Type Description
    int
    Remarks

    The default value is 1

    Prompts

    Gets or sets the list of available prompts.

    Declaration
    public IList<Prompt> Prompts { get; set; }
    Property Value
    Type Description
    IList<Prompt>

    SelectedConnection

    Gets or sets the currently selected connection.

    Declaration
    public Connection SelectedConnection { get; set; }
    Property Value
    Type Description
    Connection

    SelectedPrompt

    Gets or sets the currently selected prompt.

    Declaration
    public Prompt SelectedPrompt { get; set; }
    Property Value
    Type Description
    Prompt
    In this article
    Back to top Generated by DocFX