(tool: Tool)
| 113 | * hints A/B (exp_xenhnnmn0smrx4, stopped Mar 21) showed no benefit. |
| 114 | */ |
| 115 | export function formatDeferredToolLine(tool: Tool): string { |
| 116 | return tool.name |
| 117 | } |
| 118 | |
| 119 | export function getPrompt(): string { |
| 120 | return PROMPT_HEAD + getToolLocationHint() + PROMPT_TAIL |
nothing calls this directly
no outgoing calls
no test coverage detected