GetPromptInputResponse.

interface GetPromptInputResponse {
    input?: string;
}

Properties

Properties

input?: string

The prompt's input string used for inferences.