Appearance
const formatListTool: Tool<SpooledArtifact>;
Format an array of items as a list.
Supported styles: bullet (• item), numbered (1. item), inline_and (a, b, and c), inline_or (a, b, or c), newline (one per line).
bullet
• item
numbered
1. item
inline_and
a, b, and c
inline_or
a, b, or c
newline