Show / Hide Table of Contents

Class LlmConfig

Configuration to Agent LLM.

Inheritance
object
LlmConfig
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 LlmConfig

Properties

RoutingLlmCustomization

Declaration
[JsonProperty(PropertyName = "routingLlmCustomization")]
public LlmCustomization RoutingLlmCustomization { get; set; }
Property Value
Type Description
LlmCustomization

RuntimeVersion

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

The runtimeVersion of the system prompt.

In this article
Back to top