Merge follow-up: re-record translation hashes and fix e2e fixture shape

This commit is contained in:
_Kerman
2026-08-05 21:42:59 +08:00
parent 207e32493c
commit dc2e2821b9
3 changed files with 4 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ function mathFixture(): string {
const session = Session.create(SessionId('math-rendering-source'))
session.append('turn/start', {
turn: 1,
trigger: { kind: 'message', source: { kind: 'user' } },
})
const user = session.append('user/message', createUserMessage({
content: [{ type: 'text', text: 'Render this mathematical proof.' }],