chore: fix typos in packages/components/nodes/chatmodels/ChatGoogleGenerativeAI/utils/common.ts (#5421)

Fix typos in packages/components/nodes/chatmodels/ChatGoogleGenerativeAI/utils/common.ts
This commit is contained in:
Lê Nam Khánh 2025-11-05 20:02:04 +07:00 committed by GitHub
parent 82124d4871
commit fe6f5f88a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export function getMessageAuthor(message: BaseMessage) {
}
/**
* !!! IMPORANT: Must return 'user' as default instead of throwing error
* !!! IMPORTANT: Must return 'user' as default instead of throwing error
* https://github.com/FlowiseAI/Flowise/issues/4743
* Maps a message type to a Google Generative AI chat author.
* @param message The message to map.