/** * UI-related functions for LLM Chat */ import { t } from "../../services/i18n.js"; import type { ToolExecutionStep } from "./types.js"; import { formatMarkdown, applyHighlighting } from "./utils.js"; // Template for the chat widget export const TPL = `