-
Notifications
You must be signed in to change notification settings - Fork 882
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Uplift 1.62.x] #21408 AI Chat retrieves page text whenever a new hum…
…an message is submitted (#21612) * AI Chat retrieves page text whenever a new human message is submitted (#21408) * AI Chat retrieves page text whenever a new human message is submitted On a page-connected conversation, every message becomes pending until page content is (re-)fetched. Also fixes bug for same-document navigations where class variables were being hidden by subclass variables left over from the iOS refactor. * Generating page content becomes inline operation with callback and provides content caching * Only fetch page content once at a time, other callers wait for current operation to complete * Update iOS subclasses to be compatible with ConversationDriver class changes * AI Chat: fix location bar submitted entry not submitting if request in progress * needed getvisibleconversationhistory from 1.63.x * remove extra brace from merge * format
- Loading branch information
Showing
12 changed files
with
356 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.