Skip to content

OpenAICompatibleProviderOptions

Namespace AgentPrism · Assembly AgentPrism.OpenAI.dll

Constants for the configuration path of the providers that UseOpenAICompatible registers.

public static class OpenAICompatibleProviderOptions

objectOpenAICompatibleProviderOptions

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

The options shape is the same as OpenAIProviderOptions; this type only carries the sub section path. Every named provider lives in its own sub section: AgentPrism:Providers:OpenAICompatible:{name}:*. Provider options live in their own sub section.

Gets the base configuration section path of the named providers.

public const string SectionName = "AgentPrism:Providers:OpenAICompatible"

string