Class: Roseflow::OpenRouter::ChatResponse
- Inherits:
-
TextApiResponse
- Object
- ApiResponse
- TextApiResponse
- Roseflow::OpenRouter::ChatResponse
- Defined in:
- lib/roseflow/open_router/response.rb
Instance Method Summary collapse
- #response ⇒ Object (also: #reply)
Methods inherited from TextApiResponse
Methods inherited from ApiResponse
Constructor Details
This class inherits a constructor from Roseflow::OpenRouter::ApiResponse
Instance Method Details
#response ⇒ Object Also known as:
30 31 32 |
# File 'lib/roseflow/open_router/response.rb', line 30 def response choices.first end |