Table of Contents

Class StrictJsonSchemaExtensions

Namespace
Glitch9.AIDevKit
public static class StrictJsonSchemaExtensions
Inheritance
object
StrictJsonSchemaExtensions

Methods

ExtractJsonSchema(ResponseFormat, bool)

public static JsonSchema ExtractJsonSchema(this ResponseFormat format, bool removeExtras = false)

Parameters

format ResponseFormat
removeExtras bool

Returns

JsonSchema

ToJsonSchemaFormat(StrictJsonSchema)

public static JsonSchemaFormat ToJsonSchemaFormat(this StrictJsonSchema strictJsonSchema)

Parameters

strictJsonSchema StrictJsonSchema

Returns

JsonSchemaFormat

ToJsonSchemaFormat(Type)

public static JsonSchemaFormat ToJsonSchemaFormat(this Type typeWithAtt)

Parameters

typeWithAtt Type

Returns

JsonSchemaFormat