+
+
+
+ {request.title ?? t.toolCalls.needYourHelp}
+
+ {request.context ? (
+
+
+
+ ) : null}
+
+ {statusLabel ? (
+
+ {pending ? (
+
+ ) : null}
+ {answeredResponse ? (
+
+ ) : null}
+ {statusLabel}
+
+ ) : null}
+
+
+
+
+
+
+ {options.length > 0 ? (
+
+ {options.map((option) => (
+
+ ))}
+
+ ) : null}
+
+ {allowText ? (
+
+ ) : answeredResponse ? (
+
+ {t.humanInput.answeredValue(answeredResponse.value)}
+
+ ) : null}
+