Update packages/ai/src/utils/memory/message-converters.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:47 -06:00 committed by GitHub
parent 87aa4f1993
commit 5be55782fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export function convertToolCallToMessage(
case 'respondWithoutAssetCreation':
case 'respond-without-asset-creation': {
// Respond Without Analysis generates a response message
// Respond Without Asset Creation generates a response message
try {
const parsed = RespondWithoutAssetCreationResultSchema.parse(toolResult);
const responseMessage: Extract<ChatMessageResponseMessage, { type: 'text' }> = {