| 2507 | const workspaceAgentDescription = "The workspace name in the format [owner/]workspace[.agent]. If an owner is not specified, the authenticated user is used." |
| 2508 | |
| 2509 | func 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 | |
| 2513 | func 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) |