Table of Contents

Class StrictJsonSchemaAttribute

Namespace
Glitch9.AIDevKit

OpenAI styled Strict JSON Schema attribute for annotating classes.

StrictJsonSchemaAttribute > StrictJsonSchema > JsonSchemaFormat(ResponseFormat)

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
public class StrictJsonSchemaAttribute : FunctionPropertyAttribute
Inheritance
object
StrictJsonSchemaAttribute
Derived
Inherited Members

Constructors

StrictJsonSchemaAttribute(string)

public StrictJsonSchemaAttribute(string name)

Parameters

name string

Properties

Strict

public bool Strict { get; set; }

Property Value

bool