Standardize Session Name Attribute (#5085)

This commit is contained in:
Will Pfleger
2025-10-17 17:05:41 -04:00
committed by GitHub
parent 2df2f783c9
commit b8c3508178
29 changed files with 1193 additions and 237 deletions
@@ -10,7 +10,8 @@ const default_message: Message = {
},
id: '1',
role: 'assistant',
created: 1000,content: []
created: 1000,
content: [],
};
describe('CompactionMarker', () => {