gpt-storyteller/src/builders/generic.cr

4 lines
78 B
Crystal
Raw Normal View History

2023-04-11 08:42:17 +00:00
abstract class PromptGenericBuilder
abstract def build(prompt : Prompt)
end