langchain.js
    Preparing search index...

    Interface XAIResponsesStreamEventCreated

    Response created event.

    interface XAIResponsesStreamEventCreated {
        response: XAIResponse;
        type: "response.created";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    response: XAIResponse

    The response object.

    type: "response.created"

    The type of the streaming event.