Emitted when the response is in progress.

interface ResponseInProgressEvent {
    response: OpenAIClient.Responses.Response;
    type: "response.in_progress";
}

Properties

Properties

The response that is in progress.

type: "response.in_progress"

The type of the event. Always response.in_progress.