MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / getTemplateSourceIds

Function getTemplateSourceIds

server/modules/ai/orchestrator/sourceSupport.js:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function getTemplateSourceIds() {
80 return getTemplateSources().map((source) => source.id);
81}
82
83function getQueryGenerationSourceIds() {
84 return getQueryGenerationSources().map((source) => source.id);

Callers 1

availableToolsFunction · 0.85

Calls 1

getTemplateSourcesFunction · 0.85

Tested by

no test coverage detected