Skip to content

Commit

Permalink
Code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev committed Aug 27, 2024
1 parent fd6eec9 commit d31b21b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

module LangchainrbRails
module Generators
# Adds prompt templating capabilities to your ActiveRecord model
#
# Usage:
# rails generate langchainrb_rails:prompt
#
class PromptGenerator < Rails::Generators::Base
include ::ActiveRecord::Generators::Migration

Expand Down

0 comments on commit d31b21b

Please sign in to comment.