summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/nextSpeakerChecker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core/src/utils/nextSpeakerChecker.ts')
-rw-r--r--packages/core/src/utils/nextSpeakerChecker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/utils/nextSpeakerChecker.ts b/packages/core/src/utils/nextSpeakerChecker.ts
index 66fa4395..165f277a 100644
--- a/packages/core/src/utils/nextSpeakerChecker.ts
+++ b/packages/core/src/utils/nextSpeakerChecker.ts
@@ -112,7 +112,7 @@ export async function checkNextSpeaker(
};
}
- // Things checked out. Lets proceed to potentially making an LLM request.
+ // Things checked out. Let's proceed to potentially making an LLM request.
const lastMessage = curatedHistory[curatedHistory.length - 1];
if (!lastMessage || lastMessage.role !== 'model') {