Module: RubyLLM::Providers::OpenAIResponses::ChatMethodsExtension

Defined in:
lib/ruby_llm/providers/openai_responses/active_record_extension.rb

Overview

Extension for the NEW ChatMethods (RubyLLM 2.0+)

Instance Method Summary collapse

Instance Method Details

#persist_message_completion(message) ⇒ Object



37
38
39
40
# File 'lib/ruby_llm/providers/openai_responses/active_record_extension.rb', line 37

def persist_message_completion(message)
  super
  save_response_id(message)
end