Class GptConnection
- Namespace
 - FoundationaLLM.Common.Models.AzureAIService
 
- Assembly
 - FoundationaLLM.Common.dll
 
A connection to an Azure AI Service model.
public class GptConnection
  - Inheritance
 - 
      
      GptConnection
 
- Inherited Members
 
- Extension Methods
 
Properties
Connection
Name of the Azure AI studio connection.
[JsonPropertyName("connection")]
public string? Connection { get; set; }
  Property Value
DeploymentName
Name of the deployment to use.
[JsonPropertyName("deployment_name")]
public string? DeploymentName { get; set; }