Skip to content
1 min read · 35 words

Variable: formatListTool

ts
const formatListTool: Tool<SpooledArtifact>;

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).