Class: Assistant::TechnicalArticleToolBuilder::ProcedureSearchTool

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

Overview

Search current internal Procedures without making them public or mixing
them into Technical Article result ranking.

Instance Method Summary collapse

Methods inherited from SearchTool

#execute

Instance Method Details

#nameString

Returns the RubyLLM tool name exposed to the assistant.

Returns:

  • (String)

    the RubyLLM tool name exposed to the assistant.



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

def name = 'search_procedure_articles'