Table of Contents

Class TextResponseOptions

Namespace
Glitch9.AIDevKit
public class TextResponseOptions
Inheritance
object
TextResponseOptions

Properties

Format

Optional. An object specifying the format that the model must output.

public ResponseFormat Format { get; set; }

Property Value

ResponseFormat

Verbosity

Optional. Defaults to medium Constrains the verbosity of the model's response. Supported values: low, medium, high.

public ResponseVerbosity? Verbosity { get; set; }

Property Value

ResponseVerbosity?