Class: Roseflow::OpenRouter::Choice
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Roseflow::OpenRouter::Choice
- Defined in:
- lib/roseflow/open_router/response.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
49 50 51 52 |
# File 'lib/roseflow/open_router/response.rb', line 49 def to_s return .content if return text if text end |