OpenAIChatCompletionService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
OpenAI chat completion service.
public sealed class OpenAIChatCompletionService : Microsoft.SemanticKernel.ChatCompletion.IChatCompletionService, Microsoft.SemanticKernel.TextGeneration.ITextGenerationService
type OpenAIChatCompletionService = class
interface IChatCompletionService
interface IAIService
interface ITextGenerationService
Public NotInheritable Class OpenAIChatCompletionService
Implements IChatCompletionService, ITextGenerationService
- Inheritance
-
OpenAIChatCompletionService
- Implements
Constructors
OpenAIChatCompletionService(String, OpenAIClient, ILoggerFactory) |
Create an instance of the OpenAI chat completion connector |
OpenAIChatCompletionService(String, String, String, HttpClient, ILoggerFactory) |
Create an instance of the OpenAI chat completion connector |
OpenAIChatCompletionService(String, Uri, String, String, HttpClient, ILoggerFactory) |
Create an instance of the Custom Message API OpenAI chat completion connector |
Properties
Attributes |
Gets the AI service attributes. |
Methods
GetChatMessageContentsAsync(ChatHistory, PromptExecutionSettings, Kernel, CancellationToken) |
Get chat multiple chat content choices for the prompt and settings. |
GetStreamingChatMessageContentsAsync(ChatHistory, PromptExecutionSettings, Kernel, CancellationToken) |
Get streaming chat contents for the chat history provided using the specified settings. |
GetStreamingTextContentsAsync(String, PromptExecutionSettings, Kernel, CancellationToken) |
Get streaming results for the prompt using the specified execution settings. Each modality may support for different types of streaming contents. |
GetTextContentsAsync(String, PromptExecutionSettings, Kernel, CancellationToken) |
Get completion results for the prompt and settings. |