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
description: "Assess a specific candidate on EasyHire. The user needs to input the candidate's id and their evaluation score. An optional prop is comments about the candidate's performance.",
8
+
version: "0.0.{{ts}}",
9
+
type: "action",
10
+
props: {
11
+
easyhire,
12
+
candidateId: {
13
+
type: "string",
14
+
label: "Candidate ID",
15
+
description: "The ID of the candidate to be assessed",
16
+
},
17
+
evaluationScore: {
18
+
type: "integer",
19
+
label: "Evaluation Score",
20
+
description: "The score of the candidate's evaluation",
21
+
},
22
+
comments: {
23
+
type: "string",
24
+
label: "Comments",
25
+
description: "Comments about the candidate's performance",
0 commit comments