OpenAICompatibleProviderOptions
Namespace AgentPrism · Assembly
AgentPrism.OpenAI.dllConstants for the configuration path of the providers that
UseOpenAICompatible registers.
public static class OpenAICompatibleProviderOptionsInheritance
Section titled “Inheritance”object ← OpenAICompatibleProviderOptions
Inherited Members
Section titled “Inherited Members”object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Section titled “Remarks”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.
Fields
Section titled “Fields”SectionName
Section titled “ SectionName”Gets the base configuration section path of the named providers.
public const string SectionName = "AgentPrism:Providers:OpenAICompatible"