FIX: Missing closing `>` in input tag (#347)
This commit is contained in:
parent
a66b1042cc
commit
a89549919d
|
@ -23,7 +23,7 @@ class CompletionPrompt < ActiveRecord::Base
|
||||||
def messages_with_input(input)
|
def messages_with_input(input)
|
||||||
return unless input
|
return unless input
|
||||||
|
|
||||||
messages_hash.merge(input: "<input>#{input}</input")
|
messages_hash.merge(input: "<input>#{input}</input>")
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in New Issue