You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java, when creating a ChatMessageContent, you can either set the content or items of the object. If you then retrieve either, the system isn't able to smartly pull from the right source.
For example, if I set content to "hello world" and I call getItems(), I should receive an array of KernelContent with a single TextContent inside of it. The reverse should also be true.
The text was updated successfully, but these errors were encountered:
In Java, when creating a
ChatMessageContent
, you can either set the content or items of the object. If you then retrieve either, the system isn't able to smartly pull from the right source.For example, if I set content to "hello world" and I call
getItems()
, I should receive an array ofKernelContent
with a singleTextContent
inside of it. The reverse should also be true.The text was updated successfully, but these errors were encountered: