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

Function taskIDDescription

codersdk/toolsdk/toolsdk.go:2509–2511  ·  view source on GitHub ↗
(action string)

Source from the content-addressed store, hash-verified

2507const workspaceAgentDescription = "The workspace name in the format [owner/]workspace[.agent]. If an owner is not specified, the authenticated user is used."
2508
2509func taskIDDescription(action string) string {
2510 return fmt.Sprintf("ID or workspace identifier in the format [owner/]workspace[.agent] for the task to %s. If an owner is not specified, the authenticated user is used.", action)
2511}
2512
2513func userDescription(action string) string {
2514 return fmt.Sprintf("Username or ID of the user for which to %s. Omit or use the `me` keyword to %s for the authenticated user.", action, action)

Callers 1

toolsdk.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected