Skip to content

Commit 0a9d67e

Browse files
spacing fix
1 parent 2d552c8 commit 0a9d67e

File tree

1 file changed

+2
-2
lines changed
  • lib/langchainrb_rails/active_record

1 file changed

+2
-2
lines changed

lib/langchainrb_rails/active_record/hooks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ def similarity_search(query, k: 1)
113113
# @yield [String] Stream responses back one String at a time
114114
# @return [String] The answer to the question
115115
# standard:disable Style/ArgumentsForwarding
116-
def ask(question, k: 4, &block)
116+
def ask(question, k: 4, &block)
117117
class_variable_get(:@@provider).ask(
118118
question: question,
119119
k: k,
120120
&block
121121
).chat_completion
122122
end
123-
# standard:enable Style/ArgumentsForwarding
123+
# standard:enable Style/ArgumentsForwarding
124124
end
125125
end
126126
end

0 commit comments

Comments
 (0)