(chatId: string)
| 1140 | }); |
| 1141 | |
| 1142 | export const chatDebugRunsKey = (chatId: string) => |
| 1143 | [...chatKey(chatId), "debug-runs"] as const; |
| 1144 | |
| 1145 | const chatDebugRunKey = (chatId: string, runId: string) => |
| 1146 | [...chatDebugRunsKey(chatId), runId] as const; |