product · inferred from evidence
MessageChunk
A class provided by the TaskingAI SDK for handling streamed message chunks.
- Streaming calls to an established TaskingAI Assistant fail (MessageChunk)
The SDK cant return objects you defined yourself, so a locally defined MessageChunk will never match what the stream yields. Import it from the SDK instead: from taskingai.assistant import MessageChunk. The assistant_message_response in you