Exception: OmniAI::Chat::ToolCallError
- Defined in:
- lib/omniai/chat.rb
Overview
An error raised for tool-call issues.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(tool_call:, message:) ⇒ ToolCallError
constructor
A new instance of ToolCallError.
Constructor Details
#initialize(tool_call:, message:) ⇒ ToolCallError
Returns a new instance of ToolCallError.
34 35 36 37 |
# File 'lib/omniai/chat.rb', line 34 def initialize(tool_call:, message:) super() @tool_call = tool_call end |