Skip to content

userInputToText

function userInputToText(input): string;

Text projection of user input — for confirm-gate parsing, choice matching, and extraction hints. Non-text parts are dropped. A plain string returns as-is.

Parameter Type

input

UserContent

string