diff --git a/packages/core/src/llm/LLM.ts b/packages/core/src/llm/LLM.ts
index dd17eb49d614182982923147962193e62a404d3a..777a22367775b34b65117ed1d0711c2858158dc2 100644
--- a/packages/core/src/llm/LLM.ts
+++ b/packages/core/src/llm/LLM.ts
@@ -546,7 +546,6 @@ If a question does not make any sense, or is not factually coherent, explain why
  * Anthropic LLM implementation
  */
 
-//TODO: Add streaming for this
 export class Anthropic implements LLM {
   // Per completion Anthropic params
   model: string;