(user = "me")
| 414 | const userSkillPath = (user: string, name: string) => |
| 415 | `${userSkillsPath(user)}/${encodeURIComponent(name)}`; |
| 416 | const userAIProviderKeysPath = (user = "me") => |
| 417 | `/api/experimental/users/${encodeURIComponent(user)}/ai-provider-keys`; |
| 418 | const mcpServerConfigsPath = "/api/experimental/mcp/servers"; |
| 419 | |
| 420 | type ChatCostDateParams = { |
no outgoing calls
no test coverage detected