Input provided by the user.

interface UserInputStep {
    content?: GeminiNextGenAPIClient.Interactions.Content[];
    type: "user_input";
}

Properties

Properties

type: "user_input"