Table of Contents

Class ComparisonFilter

Namespace
OpenAI
Assembly
OpenAI-DotNet.dll
public sealed class ComparisonFilter : IFilter
Inheritance
ComparisonFilter
Implements
Inherited Members

Constructors

ComparisonFilter(string, ComparisonFilterType)

[JsonConstructor]
public ComparisonFilter(string key, ComparisonFilterType type)

Parameters

key string
type ComparisonFilterType

Properties

Key

[JsonPropertyName("key")]
public string Key { get; }

Property Value

string

Type

[JsonPropertyName("type")]
public ComparisonFilterType Type { get; }

Property Value

ComparisonFilterType