We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b57a6 commit f1ae5bfCopy full SHA for f1ae5bf
packages/amazonq/src/app/inline/recommendationService.ts
@@ -117,6 +117,7 @@ export class RecommendationService {
117
118
const isInlineEdit = result.items.some((item) => item.isInlineEdit)
119
120
+ // TODO: question, is it possible that the first request returns empty suggestion but has non-empty next token?
121
if (result.partialResultToken) {
122
if (!isInlineEdit) {
123
// If the suggestion is COMPLETIONS and there are more results to fetch, handle them in the background
0 commit comments