Fix frontend miscounting AI requests when using Chrome AI #41899
Labels
[Experiment] AI labels added
[Feature] AI
AI tools in the post and site editor (AI Assistant,Write Brief)
[Feature Group] Other Infrastructure
Miscellaneous infrastructure features and improvements on WordPress.com.
[Feature] Performance History
[Pri] Normal
[Type] Task
Currently the front-end counts requests to Chrome AI against a user's total AI requests. The counts are not reflected on the backend, so this is just an issue with the frontend. There's likely an event that triggers the counter (probably the done event) and we just need to not increment the counter when it's sent by the Chrome AI code.
The text was updated successfully, but these errors were encountered: