Module: RubyLLM::Code

Defined in:
lib/ruby_llm-code.minimal.rb,
lib/ruby_llm/code/version.rb

Overview

rubocop:disable Style/Documentation

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.infoObject

Placeholder implementation Full RubyLLM Code coming soon!



12
13
14
# File 'lib/ruby_llm-code.minimal.rb', line 12

def self.info
  "RubyLLM Code #{VERSION} - AI-powered coding assistant (coming soon)"
end