(toolName string)
| 1520 | } |
| 1521 | |
| 1522 | func exclusiveToolMustRunAloneErrorMessage(toolName string) string { |
| 1523 | return toolName + " must be called alone, without other tools in the same batch. Retry with only the " + toolName + " call." |
| 1524 | } |
| 1525 | |
| 1526 | func exclusiveToolSkippedErrorMessage(toolName string) string { |
| 1527 | return "this tool was skipped because " + toolName + " must run alone in its batch. Retry your tool calls without " + toolName + ", or call " + toolName + " separately first." |
no outgoing calls
no test coverage detected