MCPcopy Create free account
hub / github.com/MagicCube/helixent / AskUserQuestionAnswer

Interface AskUserQuestionAnswer

src/coding/tools/ask-user-question.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface AskUserQuestionAnswer {
33 question_index: number;
34 selected_labels: string[];
35}
36
37export interface AskUserQuestionResult {
38 answers: AskUserQuestionAnswer[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected