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. |
LlmHyperParameters
Declaration
[JsonProperty(PropertyName = "llmHyperParameters")]
public Dictionary<string, object> LlmHyperParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> | Hyper parameters for LLM configuration. Accepts Key-value pairs to configure various hyper parameters. Refer to the guide for examples and the JSON Schema documentation for details on the format. |
LlmSelection
Declaration
[JsonProperty(PropertyName = "llmSelection")]
public LlmSelection LlmSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| LlmSelection |