Skip to content

Commit

Permalink
Clean up TODOs before launch
Browse files Browse the repository at this point in the history
Change-Id: I381dd61a5ec56086c880dddeedfd54cebaa1ee8c
  • Loading branch information
alyssachvasta committed Dec 3, 2024
1 parent 7c3b8c1 commit 3c5c886
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions src/sensemaker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

// Module to interact with sensemaking tools.

// TODO: remove this once the library more closely matches the library specification doc. The
// unused variables should be gone once the library is more fully implemented.

import { generateTopicModelingPrompt, learnedTopicsValid } from "./tasks/topic_modeling";
import { MAX_RETRIES, RETRY_DELAY_MS } from "./models/vertex_model";
import { CommentRecord, Comment, SummarizationType, Summary, Topic } from "./types";
Expand Down
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ export class Summary {
result += `[${chunk.representativeCommentIds.join(",")}]`;
}
}
// TODO: replace this with Chris' implementation that has comment text and vote tallies
// Apply citation tooltips as markdown.
// TODO: apply citation tooltips as markdown.
// result = formatCitations(comments, this.chunks)
break;

Expand Down

0 comments on commit 3c5c886

Please sign in to comment.