Skip to main content
The Scoutline agents communicate using professional Markdown, which the SDK renders with “Interface Craft” precision.

Elements Supported

  • Tables: For displaying case metadata or entity comparisons.
  • Citations: Special [Citation] tokens that the SDK automatically converts into interactive popovers.
  • Fenced Code Blocks: For sharing jurisdictional rules or API snippets.

Custom Rendering

You can override the default Markdown renderer if your application requires custom components (e.g., specific law firm branding for tables).
chat.configure({
  markdownRenderer: (text) => myCustomRenderer(text)
});