explainers-by-googlers / prompt-api

A proposal for a web API for prompting browser-provided language models
Creative Commons Attribution 4.0 International
267 stars 20 forks source link

Why not a constructor? #27

Closed jakearchibald closed 4 months ago

jakearchibald commented 4 months ago

createTextSession() returns an instance, that has methods. As per the TAG design principles, why isn't this a constructor?

jakearchibald commented 4 months ago

Doh, because of the promise

jakearchibald commented 4 months ago

Although it would be a nice place to put things like the download events