Skip to content

Commit c7f33d0

Browse files
Update agents/src/voice/agent_activity.ts
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 379e79a commit c7f33d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/src/voice/agent_activity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export class AgentActivity implements RecognitionHooks {
409409
// skip the update if the session is reused and no mid-session update is supported
410410
// this means the content is the same as the previous session
411411
const capabilities = this.llm.capabilities;
412-
if (rtReused && this.realtimeSession?.realtimeModel.provider == 'phonic') {
412+
if (rtReused && this.realtimeSession?.realtimeModel.provider === 'phonic') {
413413
// if the session is being reused, then call phonic's _updateSession to send a full mid-session config update.
414414
// otherwise, call the separate update_* functions to build the initial config.
415415
try {

0 commit comments

Comments
 (0)