LLMTemporaryChatItemCreatedSubscriptionData
No description
type LLMTemporaryChatItemCreatedSubscriptionData {
assetId: ID!
chatItem: ChatItem!
}
Fields
LLMTemporaryChatItemCreatedSubscriptionData.assetId
● ID!
non-null scalar
LLMTemporaryChatItemCreatedSubscriptionData.chatItem
● ChatItem!
non-null object
Temporary chat item created to display a streamed response.