Class: Roseflow::OpenAI::Operations::Base

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/roseflow/openai/operations/base.rb

Direct Known Subclasses

Chat, Completion, Embedding

Instance Method Summary collapse

Instance Method Details

#bodyObject



11
12
13
# File 'lib/roseflow/openai/operations/base.rb', line 11

def body
  to_h.except(:path)
end