Skip to main content
Triggered when GPU resources are exhausted on the server during connection setup or during an active session. Handle this event to inform users that the service is temporarily unavailable and suggest retrying later.

Event Properties

string
Event type. Always "conversation.connected.gpu_full" for this event.
object
Event data object. May be empty or contain additional metadata.
string
Optional error message describing the GPU resource exhaustion.Example: "GPU resources are full. Please try again later!"

Usage Example

When this event is received, the service is temporarily unavailable due to GPU resource exhaustion. You should inform the user and suggest retrying later.