Signed-off-by: hram_wh <hakkam@Hakkams-MacBook-Pro.local>
This commit is contained in:
hram_wh
2022-11-03 19:39:11 +05:30
parent b8ec39aba5
commit d7ffce9984
+5 -3
View File
@@ -94,8 +94,10 @@ export const apis: AnyApiFactory[] = [
api: exploreToolsConfigRef,
deps: {},
factory: () => ({
/* pass the tools array
i.e. tools = [
async getTools() {
return tools;
},
/* e.g. tools = [
{
title: 'New Relic',
description:'new relic plugin,
@@ -104,7 +106,7 @@ export const apis: AnyApiFactory[] = [
tags: ['newrelic', 'proxy', 'nerdGraph'],
},
]
*/
*/
}),
}),