(toolName string)
| 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." |
| 1528 | } |
| 1529 | |
| 1530 | // executeSingleTool executes one tool call and converts the |
| 1531 | // response into a ToolResultContent. |
no outgoing calls
no test coverage detected