MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / completeFeedbackUpload

Method completeFeedbackUpload

packages/oauth/src/toolkit.ts:355–368  ·  view source on GitHub ↗
(
    body: CompleteFeedbackUploadBody,
    providerName?: string | undefined,
    options: {
      readonly oauthRef?: KimiOAuthTokenRef | undefined;
      readonly baseUrl?: string | undefined;
    } = {},
  )

Source from the content-addressed store, hash-verified

353 }
354
355 async completeFeedbackUpload(
356 body: CompleteFeedbackUploadBody,
357 providerName?: string | undefined,
358 options: {
359 readonly oauthRef?: KimiOAuthTokenRef | undefined;
360 readonly baseUrl?: string | undefined;
361 } = {},
362 ): Promise<FetchCompleteFeedbackUploadResult> {
363 return this.withAccessToken(
364 providerName,
365 options,
366 (accessToken) => fetchCompleteFeedbackUpload(accessToken, body, { baseUrl: options.baseUrl }),
367 );
368 }
369
370 managerFor(
371 providerName: string,

Callers

nothing calls this directly

Calls 2

withAccessTokenMethod · 0.95

Tested by

no test coverage detected