feat(lark-contact): route user_profiles batch_query in skill#1164
feat(lark-contact): route user_profiles batch_query in skill#1164liangshuo-1 wants to merge 1 commit into
Conversation
- Add user_profiles batch_query row to the routing table. - Add a worked example next to the search-user one, with `lark-cli schema` first (best practice: don't guess `--data` / `--params`). - Trim description: drop the duplicated trigger clause, add personal_status / signature to the capability list so routing picks this skill up for those queries. Change-Id: Ib32c56f6a389b3c248409228f4c7461453d1dcd3
📝 WalkthroughWalkthroughDocumentation updates to the Changeslark-contact Skill Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Actionable comments posted: 0 |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@296b34a5014b135cc3af4a4e83895634d43a2330🧩 Skill updatenpx skills add larksuite/cli#feat/contact-add-user-profiles-batch-query -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1164 +/- ##
=======================================
Coverage 68.77% 68.77%
=======================================
Files 628 628
Lines 58670 58670
=======================================
Hits 40353 40353
Misses 15021 15021
Partials 3296 3296 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Add
user_profiles batch_queryto thelark-contactskill so the agent can fetch personal status and signature via the native API.user_profiles batch_query(user identity only).+search-userflow.Test plan
lark-cli schema contact.user_profiles.batch_querymatches the--data/--paramsshape used in the example.profile:user_profile:readgranted on a user identity, the example command returnsuser_profiles[]withpersonal_statusanddescription.