Exception: RubyLLM::PendingToolCallsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_llm/error.rb

Overview

Raised when a user message is staged while the last response still has unanswered tool calls. Providers reject such a transcript, so the chat refuses it up front: finish the round with #complete, recording #approve or #deny decisions for calls that require approval.