Interface StreamingChatContent<T>
-
- Type Parameters:
T- The type of the content.
- All Superinterfaces:
KernelContent<T>,StreamingKernelContent<T>
public interface StreamingChatContent<T> extends StreamingKernelContent<T>
Base class which represents the content returned by a chat completion service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Gets the ID of the content.-
Methods inherited from interface com.microsoft.semantickernel.services.KernelContent
getContent, getInnerContent, getMetadata
-
-
-
-
Method Detail
-
getId
String getId()
Gets the ID of the content.- Returns:
- The ID.
-
-