Skip to content

Conversation

@Will-ShaoHua
Copy link
Contributor

…Token

Problem

Solution


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Will-ShaoHua Will-ShaoHua requested a review from a team as a code owner July 10, 2025 23:50
@github-actions
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
if (inlineCompletionProvider) {
// Only auto trigger on acceptance if there is a nextToken
if (inlineCompletionProvider && session.editsStreakPartialResultToken) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any case we return empty nextToken and still want to trigger GenerateCompletions without nextToken?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a requirement at this point, the requirement is to exhaust cached suggestion on the model side

@Will-ShaoHua
Copy link
Contributor Author

/retryBuilds

@Will-ShaoHua
Copy link
Contributor Author

/retryBuilds

@Will-ShaoHua Will-ShaoHua merged commit eb3ceee into aws:master Jul 11, 2025
31 checks passed
@Will-ShaoHua Will-ShaoHua deleted the trigger branch July 11, 2025 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants