Skip to content

Commit

Permalink
Fix default tone for writer
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac authored Aug 29, 2024
1 parent 3938f0f commit 84f484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ dictionary AIWriterCreateOptions {
AICreateMonitorCallback monitor;

DOMString sharedContext;
AIWriterTone tone = "key-points",
AIWriterTone tone = "neutral",
AIWriterFormat format = "markdown",
AIWriterLength length = "short"
};
Expand Down

0 comments on commit 84f484a

Please sign in to comment.