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