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