struct Claude::Options

Defined in:

claude/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def action : Action #

[View source]
def action=(action : Action) #

[View source]
def files : Array(String) #

[View source]
def files=(files : Array(String)) #

[View source]
def initialize #

[View source]
def max_tokens : UInt32 #

[View source]
def max_tokens=(max_tokens : UInt32) #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def metadata : String | Nil #

[View source]
def metadata=(metadata : String | Nil) #

[View source]
def model : String #

[View source]
def model=(model : String) #

[View source]
def stop_sequence : String | Nil #

[View source]
def stop_sequence=(stop_sequence : String | Nil) #

[View source]
def stream : Bool #

[View source]
def stream=(stream : Bool) #

[View source]
def system_message : String | Nil #

[View source]
def system_message=(system_message : String | Nil) #

[View source]
def temperature : Float32 | Nil #

[View source]
def temperature=(temperature : Float32 | Nil) #

[View source]
def top_k : UInt32 | Nil #

[View source]
def top_k=(top_k : UInt32 | Nil) #

[View source]
def top_p : Float32 | Nil #

[View source]
def top_p=(top_p : Float32 | Nil) #

[View source]