Class TextResponseOptions
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class TextResponseOptions
Properties
| Edit this page View SourceFormat
Optional. An object specifying the format that the model must output.
Declaration
[JsonProperty("format")]
public ResponseFormat Format { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseFormat |
Verbosity
Optional. Defaults to medium Constrains the verbosity of the model's response. Supported values: low, medium, high.
Declaration
[JsonProperty("verbosity")]
public ResponseVerbosity? Verbosity { get; set; }
Property Value
| Type | Description |
|---|---|
| ResponseVerbosity? |