struct
OpenRouter::Choice
- OpenRouter::Choice
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
openrouter/types/response.crConstructors
Instance Method Summary
-
#delta : Message | Nil
For streaming completions
- #finish_reason : String | Nil
-
#message : Message | Nil
For chat completions (non-streaming)
-
#message=(message : Message | Nil)
For chat completions (non-streaming)
-
#text : String | Nil
For non-chat completions (text generation)