@archastro/sdk
    Preparing search index...

    Interface AIChatStreamError

    Terminal error event for a streaming chat completion (SSE error event).

    interface AIChatStreamError {
        message: string;
    }
    Index

    Properties

    Properties

    message: string

    Human-readable description of the error that terminated the stream.