Class: Assistant::TechnicalArticleToolBuilder::ProcedureSearchTool
- Inherits:
-
SearchTool
- Object
- RubyLLM::Tool
- SearchTool
- Assistant::TechnicalArticleToolBuilder::ProcedureSearchTool
- 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
-
#name ⇒ String
The RubyLLM tool name exposed to the assistant.
Methods inherited from SearchTool
Instance Method Details
#name ⇒ String
Returns 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' |