Skip to content
1 min read · 38 words

Variable: formatListTool

ts
const formatListTool: Tool<SpooledArtifact>;

Defined in: batteries/tools/formatting/index.ts:123

Format an array of items as a list.

Remarks

Supported styles: bullet (• item), numbered (1. item), inline_and (a, b, and c), inline_or (a, b, or c), newline (one per line).