Optional metadata accompanying ANY streamed event.

interface Metadata {
    usage?: GeminiNextGenAPIClient.Interactions.Usage;
}

Properties

Properties

Statistics on the interaction request's token usage.