Class LlmCustomization
Configuration to customize LLM.
Inherited Members
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. |