explainers-by-googlers / prompt-api

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

Overhaul the API surface #25

Closed domenic closed 3 months ago

domenic commented 3 months ago

This creates a uniform API surface with other built-in AI APIs such as translation.

Fixes #1 by moving from "text session" to "assistant". Fixes #21 by adding AbortSignals in multiple places.