Class ReasoningOptions
Inheritance
object
ReasoningOptions
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class ReasoningOptions
Properties
Effort
Optional. OpenAI-style reasoning effort setting
Declaration
public ReasoningEffort? Effort { get; set; }
Property Value
Type | Description |
---|---|
ReasoningEffort? |
Exclude
Optional. Whether to exclude reasoning from the response Defaults to false
Declaration
public bool? Exclude { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MaxTokens
Optional. Non-OpenAI-style reasoning effort setting. Cannot be used simultaneously with effort.
Declaration
public int? MaxTokens { get; set; }
Property Value
Type | Description |
---|---|
int? |