Skip to content

Commit

Permalink
chore: improve prompt grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 7, 2024
1 parent 6aca3dc commit 53665d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aila/src/protocol/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function minMaxText({

export const CompletedLessonPlanSchema = z.object({
title: z.string().describe(
`The title of the lesson. Lesson titles should be a unique and succinct statement, not a question. Can include special characters if appropriate but should not use & sign instead of 'and'. Written in the TEACHER_TO_PUPIL_SLIDES voice Should be in sentence case starting with a capital letter and not end with a full stop. ${minMaxText(
`The title of the lesson. Lesson titles should be a unique and succinct statement, not a question. Can include special characters if appropriate but should not use & sign instead of 'and'. Written in the TEACHER_TO_PUPIL_SLIDES voice. The title should be in sentence case starting with a capital letter and not end with a full stop. ${minMaxText(
{
max: 80,
entity: "characters",
Expand Down

0 comments on commit 53665d8

Please sign in to comment.