Search Results for

    Show / Hide Table of Contents

    Class ProviderGroupResponse

    Response model for provider group with models

    Inheritance
    object
    ProviderGroupResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class ProviderGroupResponse

    Properties

    Models

    Declaration
    [JsonPropertyName("models")]
    public List<PromptModelResponse> Models { get; set; }
    Property Value
    Type Description
    List<PromptModelResponse>

    Provider

    Declaration
    [JsonPropertyName("provider")]
    public string Provider { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX