Exception: ChatgptAssistant::MessageHistoryTooLongError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::MessageHistoryTooLongError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Message Not Found Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:message_history_too_long]) ⇒ MessageHistoryTooLongError
constructor
A new instance of MessageHistoryTooLongError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:message_history_too_long]) ⇒ MessageHistoryTooLongError
Returns a new instance of MessageHistoryTooLongError.
186 187 188 |
# File 'lib/chatgpt_assistant/error.rb', line 186 def initialize( = load_error_context[:message_history_too_long]) super() end |