Skip to content

OpenAIProviderNames

Namespace AgentPrism · Assembly AgentPrism.OpenAI.dll

The provider names that the UseOpenAI call registers.

public static class OpenAIProviderNames

objectOpenAIProviderNames

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

These names are stable. Agent definitions are stored in the database with these names; changing them breaks the stored definitions.

Gets the provider that uses the Chat Completions API: openai.

public const string ChatCompletions = "openai"

string

Gets the provider that uses the Responses API: openai-responses.

public const string Responses = "openai-responses"

string