Skip to content

Commit f1ae5bf

Browse files
committed
todo
1 parent e6b57a6 commit f1ae5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/app/inline/recommendationService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export class RecommendationService {
117117

118118
const isInlineEdit = result.items.some((item) => item.isInlineEdit)
119119

120+
// TODO: question, is it possible that the first request returns empty suggestion but has non-empty next token?
120121
if (result.partialResultToken) {
121122
if (!isInlineEdit) {
122123
// If the suggestion is COMPLETIONS and there are more results to fetch, handle them in the background

0 commit comments

Comments
 (0)