Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Generators
# Generator to upgrade existing RubyLLM apps to v1.7 with new Rails-like API
class UpgradeToV17Generator < Rails::Generators::Base
include Rails::Generators::Migration
include RubyLLM::GeneratorHelpers
include RubyLLM::Generators::GeneratorHelpers

namespace 'ruby_llm:upgrade_to_v1_7'
source_root File.expand_path('templates', __dir__)
Expand Down