The exploratory prompt API exposes such language models directly, requiring developers to do prompt engineering. The APIs in this explainer expose specific higher-level functionality for assistance with writing. Specifically:
The summarizer API produces summaries of input text;
The writer API writes new material, given a writing task prompt;
The rewriter API transforms and rephrases input text in the requested ways.
Because these APIs share underlying infrastructure and API shape, and have many cross-cutting concerns, we include them all in this explainer, to avoid repeating ourselves across three repositories. However, they are separate API proposals, and can be evaluated independently.
WebKittens
No response
Title of the proposal
Writing Assistance APIs
URL to the spec
https://github.com/WICG/writing-assistance-apis/blob/main/index.bs
URL to the spec's repository
No response
Issue Tracker URL
No response
Explainer URL
https://github.com/WICG/writing-assistance-apis/blob/main/README.md
TAG Design Review URL
No response
Mozilla standards-positions issue URL
No response
WebKit Bugzilla URL
No response
Radar URL
No response
Description
The exploratory prompt API exposes such language models directly, requiring developers to do prompt engineering. The APIs in this explainer expose specific higher-level functionality for assistance with writing. Specifically:
Because these APIs share underlying infrastructure and API shape, and have many cross-cutting concerns, we include them all in this explainer, to avoid repeating ourselves across three repositories. However, they are separate API proposals, and can be evaluated independently.