Module: RubyLLM::Providers::OpenAIResponses::ChatLegacyMethodsExtension
- Defined in:
- lib/ruby_llm/providers/openai_responses/active_record_extension.rb
Overview
Extension for LEGACY ChatLegacyMethods (RubyLLM 1.x)
Instance Method Summary collapse
Instance Method Details
#persist_message_completion(message) ⇒ Object
73 74 75 76 |
# File 'lib/ruby_llm/providers/openai_responses/active_record_extension.rb', line 73 def () super save_response_id_legacy() end |