struct Claude::Options
- Claude::Options
- Struct
- Value
- Object
Defined in:
claude/options.crConstructors
Instance Method Summary
- #action : Action
- #action=(action : Action)
- #files : Array(String)
- #files=(files : Array(String))
- #initialize
- #max_tokens : UInt32
- #max_tokens=(max_tokens : UInt32)
- #message : String
- #message=(message : String)
- #metadata : String | Nil
- #metadata=(metadata : String | Nil)
- #model : String
- #model=(model : String)
- #stop_sequence : String | Nil
- #stop_sequence=(stop_sequence : String | Nil)
- #stream : Bool
- #stream=(stream : Bool)
- #system_message : String | Nil
- #system_message=(system_message : String | Nil)
- #temperature : Float32 | Nil
- #temperature=(temperature : Float32 | Nil)
- #top_k : UInt32 | Nil
- #top_k=(top_k : UInt32 | Nil)
- #top_p : Float32 | Nil
- #top_p=(top_p : Float32 | Nil)