Method: Boxcars::Cohere#validate_response!

Defined in:
lib/boxcars/engine/cohere.rb

#validate_response!(response, must_haves: %w[completion])) ⇒ Object

validate_response! method uses the base implementation with Cohere-specific must_haves



119
120
121
# File 'lib/boxcars/engine/cohere.rb', line 119

def validate_response!(response, must_haves: %w[completion])
  super
end