Interface SessionSendClientContentParameters

Parameters for sending client content to the live API.

interface SessionSendClientContentParameters {
    turnComplete?: boolean;
    turns?: ContentListUnion;
}

Properties

turnComplete?: boolean

If true, indicates that the server content generation should start with the currently accumulated prompt. Otherwise, the server will await additional messages before starting generation.

Client content to send to the session.

MMNEPVFCICPMFPCPTTAAATR