Interface Chunk

interface Chunk {
    streaming_metadata?: { response_id: string };
}

Hierarchy (View Summary)

Properties

streaming_metadata?: { response_id: string }

Additional metadata associated with the stream.

Type declaration

  • response_id: string

    The ID of the complete message response object. This ID will be the ID of the full message that is received in the final chunk of the stream.

MMNEPVFCICPMFPCPTTAAATR