mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
cleanup(tui): give xml-tool-output.ts a module header like its peers
Every other tui source file opens with a multi-line description ending in @module; xml-tool-output.ts had only a one-line header. Align it.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
/** Conservative readable-tree rendering for model-facing text containing one XML document. */
|
||||
/**
|
||||
* Conservative readable-tree rendering for model-facing text containing one XML
|
||||
* document, used by the transcript's tool and context cards.
|
||||
* @module @deepseek-ai/dsh-tui/components/xml-tool-output
|
||||
*/
|
||||
|
||||
import { SaxesParser } from 'saxes'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user