Emitted when the model response is complete.

interface ResponseCompletedEvent {
    response: OpenAIClient.Responses.Response;
    type: "response.completed";
}

Properties

Properties

Properties of the completed response.

type: "response.completed"

The type of the event. Always response.completed.