🚀 feat(utils.ts): add BingSearchRun to nodeIcons

The BingSearchRun node is now included in the nodeIcons object. This allows the application to display the BingSearchRun icon in the UI.
This commit is contained in:
Gabriel Almeida 2023-05-30 11:46:14 -03:00
commit 4ae1ef0faa

View file

@ -154,6 +154,7 @@ export const nodeIcons: {
// SerpAPIWrapper: SerperIcon,
// AZLyricsLoader: AzIcon,
BingSearchAPIWrapper: BingIcon,
BingSearchRun: BingIcon,
Cohere: CohereIcon,
CohereEmbeddings: CohereIcon,
EverNoteLoader: EvernoteIcon,