StreamingChatContent<T> Interface

Type Parameters

T

The type of the content.

Implements

public interface StreamingChatContent<T>
extends StreamingKernelContent<T>

Base class which represents the content returned by a chat completion service.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String getId()

Gets the ID of the content.

Method Details

getId

public abstract String getId()

Gets the ID of the content.

Returns:

The ID.

Applies to