Skip to content

Commit 8548064

Browse files
committed
chore(ai-chat): remove test-big-error trigger from onValidateMessages
1 parent 3f35d4a commit 8548064

File tree

1 file changed

+1
-1
lines changed
  • references/ai-chat/src/trigger

1 file changed

+1
-1
lines changed

references/ai-chat/src/trigger/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const aiChat = chat
176176
.agent({
177177
id: "ai-chat",
178178
idleTimeoutInSeconds: 60,
179-
chatAccessTokenTTL: "1m", // TRI-8556 test
179+
chatAccessTokenTTL: "1m",
180180

181181
// #region Compaction — automatic context window management
182182
compaction: {

0 commit comments

Comments
 (0)