(toolName: string)
| 4 | * @returns Closing XML tag string |
| 5 | */ |
| 6 | export function closeXml(toolName: string): string { |
| 7 | return `</${toolName}>` |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Generate stop sequences (closing XML tags) for a list of tool names |
no outgoing calls
no test coverage detected