Skip to content

fix: timestamp say transcripts at speech start - #7110

Open
chenghao-mou wants to merge 1 commit into
mainfrom
chenghao/fix/AGT-3437-session-say-transcript-timestamp
Open

fix: timestamp say transcripts at speech start#7110
chenghao-mou wants to merge 1 commit into
mainfrom
chenghao/fix/AGT-3437-session-say-transcript-timestamp

Conversation

@chenghao-mou

Copy link
Copy Markdown
Member

Interrupted session.say() transcripts used commit time, which let a user turn sort ahead of an assistant turn that had already started.

Use speech-start time for the assistant message. This matches the native realtime path and preserves chronological chat context.

Fixes #7108.
Addresses AGT-3437

Initial prompt and agent context

Model: GPT-5.6

can you investigate 7108?

but we should stamp the agent transcript based on speech start, right?

should we carry the started_speaking_at in the speech handle?

makes sense, yeah, let's do that.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reversed chat context for interrupted session.say()

3 participants