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

Function exclusiveToolMustRunAloneErrorMessage

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

Source from the content-addressed store, hash-verified

1520}
1521
1522func 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
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."

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected