Module: RailsAiContext::Serializers::SectionGuard

Defined in:
lib/rails_ai_context/serializers/section_guard.rb

Overview

The serializers' name for the same question the tools ask through Tools::SectionFetch. One definition, two call sites' vocabulary.

Class Method Summary collapse

Class Method Details

.usable?(data) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/rails_ai_context/serializers/section_guard.rb', line 10

def usable?(data)
  Tools::SectionFetch.usable?(data)
end