gpt-storyteller/src/parsers/generic.cr

4 lines
69 B
Crystal
Raw Normal View History

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