Module: OllamaAgent::RubySearchModes

Defined in:
lib/ollama_agent/ruby_search_modes.rb

Overview

Modes for search_code that use the Prism Ruby index (single source of truth).

Constant Summary collapse

ALL =
%w[class module constant method].freeze
CONSTANT_OUTPUT =
%w[class module constant].freeze