Microsoft.Teams.AI.AI.Models Namespace

Classes

AzureOpenAIModelOptions

Options for configuring an OpenAIModel to call an Azure OpenAI hosted model.

BaseOpenAIModelOptions

Base model options common to both OpenAI and Azure OpenAI services.

ChatCompletionAction

An action that can be called from the chat.

ChatMessage

Chat Message

FunctionCall

The name and arguments of a function that should be called, as generated by the model.

OpenAIModel

A PromptCompletionModel for calling OpenAI and Azure OpenAI hosted models.

OpenAIModelOptions

Options for configuring an OpenAIModel to call an OpenAI hosted model.

Structs

ChatRole

Chat Role

Interfaces

IPromptCompletionModel

An AI model that can be used to complete prompts.