Class JsonSchemaFormat
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class JsonSchemaFormat : ResponseFormat
Constructors
| Edit this page View SourceJsonSchemaFormat(StrictJsonSchema)
Declaration
public JsonSchemaFormat(StrictJsonSchema jsonSchema)
Parameters
| Type | Name | Description |
|---|---|---|
| StrictJsonSchema | jsonSchema |
Properties
| Edit this page View SourceStrictJsonSchema
Declaration
[JsonProperty("json_schema")]
public StrictJsonSchema StrictJsonSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| StrictJsonSchema |