Loading...
Loading...
Compare original and translation side by side
curl -sSL https://canifi.com/skills/greenhouse/install.sh | bashcp -r skills/greenhouse ~/.canifi/skills/curl -sSL https://canifi.com/skills/greenhouse/install.sh | bashcp -r skills/greenhouse ~/.canifi/skills/undefinedundefinedundefinedundefinedcanifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Add John Smith as a candidate for the Engineering role"
Assistant: Creates candidate and links to job用户:"将John Smith添加为工程师职位的候选人"
助手:创建候选人档案并关联至对应职位User: "Schedule an interview with Sarah for Tuesday at 2pm"
Assistant: Creates interview event用户:"为Sarah安排周二下午2点的面试"
助手:创建面试活动User: "Show me candidates in the offer stage"
Assistant: Returns candidates by stage用户:"展示处于录用阶段的候选人"
助手:按阶段返回候选人列表User: "Submit feedback for the last interview"
Assistant: Creates scorecard with ratings用户:"提交上一次面试的反馈"
助手:创建带有评分的评分卡| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | No permission | Check API key access |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 Unauthorized | API密钥无效 | 验证凭证 |
| 403 Forbidden | 无权限 | 检查API密钥的访问权限 |
| 404 Not Found | 资源不存在 | 验证ID |
| 429 Rate Limited | 请求过多 | 实现退避机制 |