from field: string id = 1;
from field: string text = 2;
from field: bool is_last_chunk = 3;
from field: uint32 prompt_tokens = 4;
from field: uint32 completion_tokens = 5;
from field: uint32 total_tokens = 6;
from field: string createdAt = 7;
Optional
from field: optional plugnmeet.InsightsAIRequestSource request_from = 8;
from message plugnmeet.InsightsAITextChatStreamResult
Generated
from field: string id = 1;