From 5b0b6f360bdcb7e2469dda456f4d43bf9c9cf4f3 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 23 Jul 2025 08:29:06 -0600 Subject: [PATCH] Update packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../ai/src/utils/database/format-llm-messages-as-reasoning.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts b/packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts index 0edacb161..cc77dd049 100644 --- a/packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts +++ b/packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts @@ -441,7 +441,7 @@ export function extractResponseMessages(messages: CoreMessage[]): ChatMessageRes console.error('Invalid response message:', error, responseMessage); } } else if ( - // Backwards compatible with respond without anlysis since that was an old tool we used before. + // Backwards compatible with respond without analysis since that was an old tool we used before. toolCall.toolName === 'respondWithoutAnalysis' || toolCall.toolName === 'respond-without-analysis' || toolCall.toolName === 'respondWithoutAssetCreation' ||