Class: Insika::Context::Providers::ToolSearch
- Inherits:
-
CatalogProvider
- Object
- Insika::ContextProvider
- CatalogProvider
- Insika::Context::Providers::ToolSearch
- Defined in:
- lib/insika/context/providers/tool_search.rb
Overview
Level 1 (progressive disclosure) of the profile's deferred TOOLS. The
slice is profile.tools_deferred, known at stage 2 — it may be slightly
over-inclusive (showing a deferred tool the Policy later denies); acceptable,
the real cut happens at PROMOTION (tool_search, deferred ∩ allowed).
Instance Method Summary collapse
-
#priority ⇒ Object
priority 70: below skills (80) in the sacrifice order.
Methods inherited from CatalogProvider
Methods inherited from Insika::ContextProvider
#call, #enabled_for?, #id, #required?
Constructor Details
This class inherits a constructor from Insika::Context::CatalogProvider
Instance Method Details
#priority ⇒ Object
priority 70: below skills (80) in the sacrifice order.
12 |
# File 'lib/insika/context/providers/tool_search.rb', line 12 def priority = Context::Priority::TOOL_SEARCH |