docs: replace vague provenance prose with recorded facts

This commit is contained in:
Turtle
2026-08-09 15:35:02 +08:00
parent 8c124f84b6
commit 9704749b01
380 changed files with 946 additions and 874 deletions

View File

@@ -59,7 +59,7 @@ function inboxText(message: UserMessage): string {
.join('')
}
describe('assistant replay provenance', () => {
describe('assistant replay provider and model fields', () => {
it('records adapter replay state with the assembled assistant content', async () => {
const response = textResponse('unchanged')
const replayState = { private: 'state' }