From 08e084156a6ea2137fcdb8c180a37c49749d7c81 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Thu, 22 May 2025 09:12:59 -0700 Subject: [PATCH] Revert unintended model change in test/mockContext.ts --- test/mockContext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mockContext.ts b/test/mockContext.ts index 446a262..c93acc1 100644 --- a/test/mockContext.ts +++ b/test/mockContext.ts @@ -10,7 +10,7 @@ import type { const defaultInputs = { triggerPhrase: "/claude", assigneeTrigger: "", - anthropicModel: "claude-3-5-sonnet-20241022", + anthropicModel: "claude-3-7-sonnet-20250219", allowedTools: "", disallowedTools: "", customInstructions: "",