Output generated by the model.

interface ModelOutputStep {
    content?: GeminiNextGenAPIClient.Interactions.Content[];
    type: "model_output";
}

Properties

Properties

type: "model_output"