Skip to content

Commit e250ee5

Browse files
authored
fix(docs): correct type annotation for tags in getting-started.mdx (#189)
1 parent 7d9aaba commit e250ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/docsite/src/content/docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ output:
3939
schema:
4040
title?: string, the title of the article if it has one
4141
summary: string, a 3-sentence summary of the text
42-
tags?(array, a list of string tag category for the text): String,
42+
tags?(array, a list of string tag category for the text): string,
4343
---
4444
4545
Extract the requested information from the given text. If a piece of information is not present, omit that field from the output.
@@ -101,4 +101,4 @@ console.log(output);
101101

102102
This setup allows you to leverage the power of Dotprompt, making your AI interactions more structured, reusable, and maintainable.
103103

104-
By following these steps, you'll have a basic Dotprompt setup ready to go. From here, you can create more complex prompts, integrate them into your application, and start harnessing the full power of generative AI in a structured, template-driven way.
104+
By following these steps, you'll have a basic Dotprompt setup ready to go. From here, you can create more complex prompts, integrate them into your application, and start harnessing the full power of generative AI in a structured, template-driven way.

0 commit comments

Comments
 (0)