PromptTemplate.story constructor

PromptTemplate.story()

Implementation

factory PromptTemplate.story() {
  return const PromptTemplate(
    label: 'Story',
    promptTemplate: '{prompt}',
    prompt:
        "One day, there was a boy named Luca who went for a walk. He walked past by a dark cave where he got confronted by a big brown scary bear. Oh oh, 2 big furry ears and 1 big shiny nose. Luca was so scared.",
  );
}