fix: failed tests

This commit is contained in:
Xiaohan-Tian
2026-05-15 12:30:12 -07:00
parent ac2d924711
commit f5a1ef5b94
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -262,6 +262,6 @@ export class SystemPrompts {
* Clear the cached template (useful for development/testing)
*/
static clearCache(): void {
this.cachedTemplate = null;
this.cachedTemplates.clear();
}
}