MCPcopy Create free account
hub / github.com/freecodexyz/free-code / _temp

Function _temp

src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:105–108  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

103 return t2;
104}
105function _temp(t0) {
106 const [questionText, answer] = t0;
107 return <Text key={questionText} color="inactive">· {questionText} → {answer}</Text>;
108}
109export const AskUserQuestionTool: Tool<InputSchema, Output> = buildTool({
110 name: ASK_USER_QUESTION_TOOL_NAME,
111 searchHint: 'prompt the user with a multiple-choice question',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected