Skip to content

Commit 78b05ae

Browse files
Fix lint error
1 parent 4b300d9 commit 78b05ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/en/2025/generative-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Most of the example sites we analyzed used the Prompt API through an external sc
221221

222222
Next, we examine the task-specific APIs: The [Writing Assistance APIs](https://learn.microsoft.com/en-us/microsoft-edge/web-platform/writing-assistance-apis) abstract the complexities of prompt engineering; they utilize the same underlying embedded LLM but apply specialized system prompts to achieve distinct linguistic goals:
223223

224-
* Writer API: creates new content based on a prompt
225-
* Rewriter API: rephrases input based on a prompt
224+
* Writer API: creates new content based on a prompt
225+
* Rewriter API: rephrases input based on a prompt
226226
* Summarizer API: produces a summary of text
227227

228228
Additionally, the [Proofreader API](https://developer.chrome.com/docs/ai/proofreader-api) enables developers to proofread text and correct grammatical errors and spelling mistakes.

0 commit comments

Comments
 (0)