(user string)
| 2192 | } |
| 2193 | |
| 2194 | func 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. |
| 2199 | func (c *ExperimentalClient) ListUserChatProviderConfigs(ctx context.Context) ([]UserChatProviderConfig, error) { |
no outgoing calls
no test coverage detected