MCPcopy Index your code
hub / github.com/coder/coder / exclusiveToolSkippedErrorMessage

Function exclusiveToolSkippedErrorMessage

coderd/x/chatd/chatloop/chatloop.go:1526–1528  ·  view source on GitHub ↗
(toolName string)

Source from the content-addressed store, hash-verified

1524}
1525
1526func 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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected