Fix not_applicable (#2003)

This commit is contained in:
Chris Weaver
2024-07-31 14:30:07 -07:00
committed by GitHub
parent 7c283b090d
commit d6d391d244

View File

@@ -272,11 +272,13 @@ const SOURCE_METADATA_MAP: SourceMap = {
category: SourceCategory.Storage, category: SourceCategory.Storage,
docs: "https://docs.danswer.dev/connectors/google_storage", docs: "https://docs.danswer.dev/connectors/google_storage",
}, },
// not_applicable: { // currently used for the Internet Search tool docs, which is why
// icon: null, // a globe is used
// displayName: "Not Applicable", not_applicable: {
// category: SourceCategory.Other icon: GlobeIcon,
// } displayName: "Not Applicable",
category: SourceCategory.Other,
},
} as SourceMap; } as SourceMap;
function fillSourceMetadata( function fillSourceMetadata(