lib/boxcars/boxcar/swagger.rb in boxcars-0.2.12 vs lib/boxcars/boxcar/swagger.rb in boxcars-0.2.13

- old
+ new

@@ -23,10 +23,10 @@ kwargs[:description] ||= DESC super(engine: engine, prompt: the_prompt, **kwargs) end # @return Hash The additional variables for this boxcar. - def prediction_additional + def prediction_additional(_inputs) { swagger_url: swagger_url, context: context }.merge super end private