LLMChatItemPartialContentReceivedSubscriptionData
No description
type LLMChatItemPartialContentReceivedSubscriptionData {
assetId: ID!
chatItemId: ID!
labelId: ID!
partialContent: String!
}
Fields
LLMChatItemPartialContentReceivedSubscriptionData.assetId ● ID! non-null scalar
LLMChatItemPartialContentReceivedSubscriptionData.chatItemId ● ID! non-null scalar
ID of the chat item the partial content was received for.
LLMChatItemPartialContentReceivedSubscriptionData.labelId ● ID! non-null scalar
LLMChatItemPartialContentReceivedSubscriptionData.partialContent ● String! non-null scalar
Partial response content received in the corresponding streaming chunk.