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

Function questionRequest

apps/kimi-web/test/workspace-state.test.ts:172–185  ·  view source on GitHub ↗
(questionId: string)

Source from the content-addressed store, hash-verified

170}
171
172function questionRequest(questionId: string): AppQuestionRequest {
173 return {
174 questionId,
175 sessionId: 'sess_1',
176 questions: [
177 {
178 id: 'q1',
179 question: 'Pick one',
180 options: [{ id: 'a', label: 'A' }],
181 },
182 ],
183 createdAt: '2026-01-01T00:00:00.000Z',
184 };
185}
186
187function approvalRequest(approvalId: string): AppApprovalRequest {
188 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected