class RubyLLM::Tool::Halt
Stops conversation continuation after tool execution
Attributes
Public Class Methods
Source
# File lib/ruby_llm/tool.rb, line 24 def initialize(content) @content = content end
Stops conversation continuation after tool execution
# File lib/ruby_llm/tool.rb, line 24 def initialize(content) @content = content end