gpt-storyteller/src/parsers/request.cr

8 lines
89 B
Crystal
Raw Normal View History

2023-04-11 08:42:17 +00:00
class PromptRequestParser
getter prompt
def initialize(@prompt = prompt)
end
end