Class ProviderGroupResponse
Response model for provider group with models
Inherited Members
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 |