We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82124d4 commit fe6f5f8Copy full SHA for fe6f5f8
packages/components/nodes/chatmodels/ChatGoogleGenerativeAI/utils/common.ts
@@ -48,7 +48,7 @@ export function getMessageAuthor(message: BaseMessage) {
48
}
49
50
/**
51
- * !!! IMPORANT: Must return 'user' as default instead of throwing error
+ * !!! IMPORTANT: Must return 'user' as default instead of throwing error
52
* https://github.com/FlowiseAI/Flowise/issues/4743
53
* Maps a message type to a Google Generative AI chat author.
54
* @param message The message to map.
0 commit comments