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' ||