You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codersdk/toolsdk/toolsdk.go
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,6 @@ var (
67
67
"type":"string",
68
68
"description":"A link to a relevant resource, such as a PR or issue.",
69
69
},
70
-
"emoji":map[string]any{
71
-
"type":"string",
72
-
"description":"An emoji that visually represents your current progress. Choose an emoji that helps the user understand your current status at a glance.",
73
-
},
74
70
"state":map[string]any{
75
71
"type":"string",
76
72
"description":"The state of your task. This can be one of the following: working, complete, or failure. Select the state that best represents your current progress.",