MCPcopy Index your code
hub / github.com/coder/coder / userSkillsPath

Function userSkillsPath

site/src/api/api.ts:412–413  ·  view source on GitHub ↗
(user: string)

Source from the content-addressed store, hash-verified

410const aiProviderConfigsPath = "/api/v2/ai/providers";
411const chatModelConfigsPath = "/api/experimental/chats/model-configs";
412const userSkillsPath = (user: string) =>
413 `/api/experimental/users/${encodeURIComponent(user)}/skills`;
414const userSkillPath = (user: string, name: string) =>
415 `${userSkillsPath(user)}/${encodeURIComponent(name)}`;
416const userAIProviderKeysPath = (user = "me") =>

Callers 2

userSkillPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected