Show / Hide Table of Contents

Class LlmCustomization

Configuration to customize LLM.

Inheritance
object
LlmCustomization
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class LlmCustomization

Properties

Instruction

Declaration
[JsonProperty(PropertyName = "instruction")]
public string Instruction { get; set; }
Property Value
Type Description
string

If specified, the default instruction is replaced with provided instruction.

In this article
Back to top