Work handed to the application under client delegation.

interface GPTLiveDelegation {
    id: string;
    pendingTranscript: string;
}

Properties

id: string

Answer with GPTLiveSession.appendCommentary. Valid only on the connection that created it.

pendingTranscript: string

The caller's current turn, which may not yet be in the agent's chat context.