interface TaskMessageEvent Event emitted when a complete message is added to the chat history. This includes both new messages from the LLM (assembled from multiple TaskTextEvent updates) and new messages added by interceptors (e.g., tool results, continuation prompts). Properties type: "message" message: Message | FinalMessage