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, IMessageReference 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.
Implements
IMessageAssistantTypesGenerationConfigTypesSystemInstruction, IEquatableAssistantTypesGenerationConfigTypesSystemInstruction, IDeepCloneableAssistantTypesGenerationConfigTypesSystemInstruction, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|