gpt-storyteller/src/parsers/generic.cr

4 lines
69 B
Crystal
Raw Normal View History

2023-04-11 10:42:17 +02:00
abstract class PromptGenericParser
abstract def parse : Prompt
end