WICG / writing-assistance-apis

A proposal for writing assistance web APIs: summarizer, writer, and rewriter
Creative Commons Attribution 4.0 International
17 stars 2 forks source link

Align `supportsInputLanguage()` with Prompt API #7

Open christianliebel opened 3 weeks ago

christianliebel commented 3 weeks ago

The writing assistance capabilities have a supportsInputLanguage() method, while in the Prompt API, the equivalent method is called supportsLanguage() (reference). To maintain consistency, these method names should be aligned.