OpenAIProviderNames
Namespace AgentPrism · Assembly
AgentPrism.OpenAI.dllThe provider names that the UseOpenAI call registers.
public static class OpenAIProviderNamesInheritance
Section titled “Inheritance”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”These names are stable. Agent definitions are stored in the database with these names; changing them breaks the stored definitions.
Fields
Section titled “Fields”ChatCompletions
Section titled “ ChatCompletions”Gets the provider that uses the Chat Completions API: openai.
public const string ChatCompletions = "openai"Field Value
Section titled “Field Value”Responses
Section titled “ Responses”Gets the provider that uses the Responses API: openai-responses.
public const string Responses = "openai-responses"