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>
This commit is contained in:
dal 2025-07-23 08:29:06 -06:00 committed by GitHub
parent b1be6aacc2
commit 5b0b6f360b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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