AI Briefing
KO

Chat SDK adds table rendering and streaming markdown features

·2026.03.06 22:00

Key point

Chat SDK now natively renders tables across all platforms and supports streaming markdown formatting.

Details

A new Table() component has been added to Chat SDK, enabling native table rendering across all platform adapters. When users pass header and row data, the adapter layer automatically converts it into the format optimized for each platform.

Platform-specific support works as follows:

  • Slack: Block Kit table blocks
  • Teams and Discord: GFM markdown tables
  • Google Chat: monospace text widgets
  • Telegram: converted into code blocks

Streaming markdown functionality has also been improved. Slack now renders formatting such as bold, italics, and lists in real time without waiting for the response to complete.

Other platforms use a fallback streaming path that converts markdown into native format at each intermediate edit step. This eliminates the inconvenience of users seeing raw markdown syntax like **bold** directly during message generation.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.