How to use Skill Outputs inside a Custom Skill Kit prompt in Now Assist
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- I’m trying to convert multiple Incident records into a single Problem record using the Now Assist Skill Kit.
- For this, I’ve created a custom Skill Kit that takes input in JSON format. I’ve also added output skills such as description and short description in string format.
- Now, I want to map these output skills inside the prompt so they can be used dynamically during execution.
- Can someone please guide me on how to properly reference or map Skill outputs in the prompt within a custom Now Assist Skill Kit?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi, how do you call this custom skill ? I would consider to instruct the model returning a JSON response with description and short description. Than write the parser on receiving side to process a skill output mapping retrieved values with corresponding attributes of impacted Problem record.
Hope it helps
