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