🚀 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:
parent
460a92040d
commit
4ae1ef0faa
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ export const nodeIcons: {
|
|||
// SerpAPIWrapper: SerperIcon,
|
||||
// AZLyricsLoader: AzIcon,
|
||||
BingSearchAPIWrapper: BingIcon,
|
||||
BingSearchRun: BingIcon,
|
||||
Cohere: CohereIcon,
|
||||
CohereEmbeddings: CohereIcon,
|
||||
EverNoteLoader: EvernoteIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue