Interface ChatResult

The terminal value of the chat stream.

interface ChatResult {
    stopReason: ChatStopReason;
}

Properties

Properties

stopReason: ChatStopReason