Class GptConnections
- Namespace
 - FoundationaLLM.Common.Models.AzureAIService
 
- Assembly
 - FoundationaLLM.Common.dll
 
The GPT connections for the Azure AI Service.
public class GptConnections
  - Inheritance
 - 
      
      GptConnections
 
- Inherited Members
 
- Extension Methods
 
Properties
GptCoherence
The GPT Coherence connection
[JsonPropertyName("gpt_coherence")]
public GptConnection? GptCoherence { get; set; }
  Property Value
GptFluency
The uri to the data set.
[JsonPropertyName("gpt_fluency")]
public GptConnection? GptFluency { get; set; }
  Property Value
GptGroundedness
The uri to the data set.
[JsonPropertyName("gpt_groundedness")]
public GptConnection? GptGroundedness { get; set; }
  Property Value
GptRelevance
The uri to the data set.
[JsonPropertyName("gpt_relevance")]
public GptConnection? GptRelevance { get; set; }
  Property Value
GptSimilarity
The uri to the data set.
[JsonPropertyName("gpt_similarity")]
public GptConnection? GptSimilarity { get; set; }