Class AzureAICompletionResponse
- Namespace
 - FoundationaLLM.Common.Models.Orchestration.Direct
 
- Assembly
 - FoundationaLLM.Common.dll
 
The response from the Azure AI orchestration service.
public class AzureAICompletionResponse
  - Inheritance
 - 
      
      AzureAICompletionResponse
 
- Inherited Members
 
- Extension Methods
 
Properties
Output
The completion output from an Azure AI model.
[JsonPropertyName("output")]
public string? Output { get; set; }