MCPcopy Create free account
hub / github.com/Xyntopia/taskyon / mapFunctionNames

Function mapFunctionNames

src/modules/chat.ts:493–495  ·  view source on GitHub ↗
(toolNames: string[])

Source from the content-addressed store, hash-verified

491}
492
493function mapFunctionNames(toolNames: string[]) {
494 return toolNames?.map((t) => tools[t]);
495}
496
497function createTaskChatMessages(
498 templates: Record<string, string>,

Callers 2

estimateChatTokensFunction · 0.85
prepareTasksForInferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected