refactor: Simplifica a declaração da classe SystemPromptLeakError e adiciona o comentário frozen_string_literal: true.
This commit is contained in:
parent
c1b8534ea7
commit
dfa6d58e98
@ -1,6 +1,3 @@
|
|||||||
p
|
# frozen_string_literal: true
|
||||||
module Captain
|
|
||||||
module Errors
|
class Captain::Errors::SystemPromptLeakError < StandardError; end
|
||||||
class SystemPromptLeakError < StandardError; end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user