Class: Assistant::TechnicalArticleToolBuilder::ProcedureReaderTool

Inherits:
ReaderTool
  • Object
show all
Defined in:
app/services/assistant/technical_article_tool_builder.rb

Overview

Read a Procedure returned by ProcedureSearchTool from the authoritative
Article row, using the same content-link and citation rules as Technical
Articles.

Instance Method Summary collapse

Methods inherited from ReaderTool

#execute

Instance Method Details

#nameString

Returns the RubyLLM tool name exposed to the assistant.

Returns:

  • (String)

    the RubyLLM tool name exposed to the assistant.



414
# File 'app/services/assistant/technical_article_tool_builder.rb', line 414

def name = 'get_procedure_article'