mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
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:
@@ -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
|
* https://github.com/FlowiseAI/Flowise/issues/4743
|
||||||
* Maps a message type to a Google Generative AI chat author.
|
* Maps a message type to a Google Generative AI chat author.
|
||||||
* @param message The message to map.
|
* @param message The message to map.
|
||||||
|
|||||||
Reference in New Issue
Block a user