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

Function userAIProviderKeysPath

codersdk/chats.go:2194–2196  ·  view source on GitHub ↗
(user string)

Source from the content-addressed store, hash-verified

2192}
2193
2194func userAIProviderKeysPath(user string) string {
2195 return fmt.Sprintf("/api/experimental/users/%s/ai-provider-keys", url.PathEscape(user))
2196}
2197
2198// ListUserChatProviderConfigs returns user-scoped chat provider configs.
2199func (c *ExperimentalClient) ListUserChatProviderConfigs(ctx context.Context) ([]UserChatProviderConfig, error) {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected