mroe summary tweaks

This commit is contained in:
Dax Raad
2025-10-24 12:37:23 -04:00
parent 736a85d427
commit 21880e199d
2 changed files with 8 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ export namespace SessionSummary {
z.object({
sessionID: z.string(),
messageID: z.string(),
providerID: z.string(),
}),
async (input) => {
const all = await Session.messages(input.sessionID)