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 () super save_response_id() end |