Class: Roseflow::OpenRouter::ChatResponse

Inherits:
TextApiResponse show all
Defined in:
lib/roseflow/open_router/response.rb

Instance Method Summary collapse

Methods inherited from TextApiResponse

#body, #choices

Methods inherited from ApiResponse

#initialize

Constructor Details

This class inherits a constructor from Roseflow::OpenRouter::ApiResponse

Instance Method Details

#responseObject Also known as: reply



30
31
32
# File 'lib/roseflow/open_router/response.rb', line 30

def response
  choices.first
end