IntelligenceX
Class

ConfigEntry

Namespace IntelligenceX.OpenAI.AppServer.Models
Assembly IntelligenceX
Modifiers sealed

Represents a key/value configuration entry.

Inheritance

  • Object
  • ConfigEntry

Constructors

public ConfigEntry(String key, JsonValue value) #

Initializes a new configuration entry.

Parameters

key System.String
Configuration key.
value IntelligenceX.Json.JsonValue
Configuration value.

Properties

public String Key { get; } #

Gets the configuration key.

public JsonValue Value { get; } #

Gets the configuration value.