Discovery Engine v1beta API - Class Assistant.Types.GenerationConfig.Types.SystemInstruction (1.0.0-beta24)

public sealed class Assistant.Types.GenerationConfig.Types.SystemInstruction : IMessage<Assistant.Types.GenerationConfig.Types.SystemInstruction>, IEquatable<Assistant.Types.GenerationConfig.Types.SystemInstruction>, IDeepCloneable<Assistant.Types.GenerationConfig.Types.SystemInstruction>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Assistant.Types.GenerationConfig.Types.SystemInstruction.

System instruction, also known as the prompt preamble for LLM calls.

Inheritance

object > Assistant.Types.GenerationConfig.Types.SystemInstruction

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

SystemInstruction()

public SystemInstruction()

SystemInstruction(SystemInstruction)

public SystemInstruction(Assistant.Types.GenerationConfig.Types.SystemInstruction other)
Parameter
Name Description
other AssistantTypesGenerationConfigTypesSystemInstruction

Properties

AdditionalSystemInstruction

public string AdditionalSystemInstruction { get; set; }

Optional. Additional system instruction that will be added to the default system instruction.

Property Value
Type Description
string