Interface KernelContent<T>

    • Method Detail

      • getInnerContent

        @Nullable
        T getInnerContent()
        The inner content representation. Use this to bypass the current abstraction. The usage of this property is considered "unsafe". Use it only if strictly necessary.
        Returns:
        The inner content.
      • getContent

        @Nullable
        String getContent()
        Gets the content returned by the AI service.
        Returns:
        The content.