AIInferenceModelFactory
ChatChoice(Int32, CompletionsFinishReason?, ChatResponseMessage)
ChatCompletionsNamedToolChoice(ChatCompletionsNamedToolChoiceType, ChatCompletionsNamedToolChoiceFunction)
ChatCompletionsToolCall(String, ChatCompletionsToolCallType, FunctionCall)
ChatCompletionsToolDefinition(ChatCompletionsToolDefinitionType, FunctionDefinition)
ChatMessageTextContentItem(String)
ChatRequestDeveloperMessage(String)
ChatRequestSystemMessage(String)
ChatRequestToolMessage(String, String)
ChatResponseMessage(ChatRole, String, IEnumerable<ChatCompletionsToolCall>)
CompletionsUsage(Int32, Int32, Int32)
EmbeddingItem(BinaryData, Int32)
EmbeddingsResult(String, IEnumerable<EmbeddingItem>, EmbeddingsUsage, String)
EmbeddingsUsage(Int32, Int32)
ImageEmbeddingInput(String, String)
ModelInfo(String, ModelType, String)
StreamingChatChoiceUpdate(Int32, CompletionsFinishReason?, StreamingChatResponseMessageUpdate)
StreamingChatCompletionsUpdate(String, DateTimeOffset, String, IEnumerable<StreamingChatChoiceUpdate>, CompletionsUsage)
StreamingChatResponseMessageUpdate(ChatRole?, String, IEnumerable<StreamingChatResponseToolCallUpdate>)
StreamingChatResponseToolCallUpdate(String, FunctionCall)
net10.0
namespace Azure.AI.Inference
{
public static class AIInferenceModelFactory
{
public static ChatRequestSystemMessage ChatRequestSystemMessage(string content = null);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.AI.Inference , Version=1.0.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.AI.Inference (1.0.0-beta.5) net8.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API