Table of Contents

Class AzureAICompletionInputData

Namespace
FoundationaLLM.Common.Models.Orchestration.Direct
Assembly
FoundationaLLM.Common.dll

Input data for a direct request to an Azure AI model.

public class AzureAICompletionInputData
Inheritance
AzureAICompletionInputData
Inherited Members
Extension Methods

Properties

InputString

Object defining the required input role and content key value pairs.

[JsonPropertyName("input_string")]
public CompletionMessage[]? InputString { get; set; }

Property Value

CompletionMessage[]

Parameters

Model configuration parameters.

[JsonPropertyName("parameters")]
public AzureAICompletionParameters? Parameters { get; set; }

Property Value

AzureAICompletionParameters