Skip to content

Commit

Permalink
Deployed 9e44cb6 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewj2000 committed Dec 3, 2024
1 parent 9fc4cb8 commit 9ff3350
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Setup/creatingCustomActions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
<p>combine skills in a skill flow</p>
</li>
</ul>
<p>There is also the ability to create <strong>custom-built</strong> actions. Creating custom-built actions allow you to create a new action with different steps to take in the conversation and form a sequence of prompts that define the conversation experience. The steps can be defined with or without conditions, which help control the custom responses. Steps within the custom action can end with routing to conversational search, triggering another existing sub-action, and other actions. This is a powerful way of customizing the end-user’s experience.</p>
<p>There is also the ability to create <strong>custom-built</strong> actions. Custom-built actions allow you to create new actions with different steps to take in conversations and form sequences of prompts that define the conversation experience. The steps can be defined with or without conditions, which help control the custom responses. Steps within the custom action can end with routing to conversational search, triggering another existing sub-action, and other actions. This is a powerful way of customizing the end-user’s experience.</p>
<p>Learn more about creating custom-built actions <a href="https://www.ibm.com/docs/en/watsonx/watson-orchestrate/current?topic=assistants-building-your-ai-assistant-actions#build-actions-from-scratch" target="_blank">here</a>.</p>
<!-- Terminology -->
<!-- Keep the list alphabetized for easy deduplication --></div>
Expand Down
42 changes: 31 additions & 11 deletions Setup/importingzOSskills/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,17 +800,37 @@

<div><h1 id="importing-pre-packaged-zos-skills">Importing pre-packaged z/<abbr title="Operating System">OS</abbr> skills<a class="headerlink" href="#importing-pre-packaged-zos-skills" title="Permanent link">#</a></h1>
<p>Provided with Version 2 of watsonx Assistant for Z is a set of pre-packaged skills which can be used to automate various tasks on z/<abbr title="Operating System">OS</abbr>, such as running different console commands and retrieving logs from batch jobs.</p>
<p>The list of pre-packaged skills available include:
- Authorized program list
- z/<abbr title="Operating System">OS</abbr> <abbr title="Initial Program Load">IPL</abbr> Information
- Display zOS parmlib datasets
- Unix System services options
- Display zOS subsystems
- List spool files
- Retrieve dataset content
- Retrieve spool file content
- Retrieve z/<abbr title="Operating System">OS</abbr> Management Facility (<abbr title="IBM z/OS Management Facility">OSMF</abbr>) job status</p>
<p>IBM watsonx Orchestrate requires that any <abbr title="IBM z/OS Management Facility">OSMF</abbr> environment you connect to for skill execution has certificate authority (CA) signed certificates. In the case of the Ansible Automation Platform (<abbr title="Ansible Automation Platform">AAP</abbr>) &amp; Wazi z/<abbr title="Operating System">OS</abbr> environment provisioned in IBM Technology Zone (<abbr title="IBM Technology Zone">ITZ</abbr>), the z/<abbr title="Operating System">OS</abbr> system is not currently using CA signed certificates and therefore won’t be able to execute the pre-packaged skills on your own z/<abbr title="Operating System">OS</abbr> system. For demo purposes, it is still recommended to import them so that the pre-packaged skills can be shown. </p>
<p>The list of pre-packaged skills available include:</p>
<ul>
<li>
<p>Authorized program list</p>
</li>
<li>
<p>z/<abbr title="Operating System">OS</abbr> <abbr title="Initial Program Load">IPL</abbr> Information</p>
</li>
<li>
<p>Display zOS parmlib datasets</p>
</li>
<li>
<p>Unix System services options</p>
</li>
<li>
<p>Display zOS subsystems</p>
</li>
<li>
<p>List spool files</p>
</li>
<li>
<p>Retrieve dataset content</p>
</li>
<li>
<p>Retrieve spool file content</p>
</li>
<li>
<p>Retrieve z/<abbr title="Operating System">OS</abbr> Management Facility (<abbr title="IBM z/OS Management Facility">OSMF</abbr>) job status</p>
</li>
</ul>
<p>IBM watsonx Orchestrate requires that any <abbr title="IBM z/OS Management Facility">OSMF</abbr> environment you connect to for skill execution has certificate authority (CA) signed certificates. In the case of the Ansible Automation Platform (<abbr title="Ansible Automation Platform">AAP</abbr>) &amp; Wazi z/<abbr title="Operating System">OS</abbr> environment provisioned in IBM Technology Zone (<abbr title="IBM Technology Zone">ITZ</abbr>), the z/<abbr title="Operating System">OS</abbr> system is not currently using CA signed certificates and therefore cannot execute the pre-packaged skills on your own z/<abbr title="Operating System">OS</abbr> system. For demo purposes, it is still recommended to import them so that the pre-packaged skills can be shown. </p>
<p>Work is in progress to modify the <abbr title="IBM Technology Zone">ITZ</abbr> environments so that they are enabled for skill execution using these pre-packaged skills. In the meantime, the underlying automation for these pre-packaged skills can still be demonstrated using the Ansible skill ‘z/<abbr title="Operating System">OS</abbr> Operator Command’ which is available to import. This works because the pre-packaged skills are executing console commands directly using <abbr title="IBM z/OS Management Facility">OSMF</abbr> <abbr title="Application Programming Interfaces">APIs</abbr> which can also be run using the Ansible template skill ‘z/<abbr title="Operating System">OS</abbr> Operator command’. For example, here are the console commands being used in some of the pre-packaged skills:</p>
<ul>
<li>Authorized Program list – <code>operator command -&gt; d prog,lnklist</code></li>
Expand Down
Binary file modified _pdf/IBM watsonx Assistant for Z Level 4 Lab Guide.pdf
Binary file not shown.
44 changes: 32 additions & 12 deletions print_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2730,22 +2730,42 @@ <h2 id="setup-creatingflows-enable-the-skill-flow-in-your-assistant">Enable the
<p>combine skills in a skill flow</p>
</li>
</ul>
<p>There is also the ability to create <strong>custom-built</strong> actions. Creating custom-built actions allow you to create a new action with different steps to take in the conversation and form a sequence of prompts that define the conversation experience. The steps can be defined with or without conditions, which help control the custom responses. Steps within the custom action can end with routing to conversational search, triggering another existing sub-action, and other actions. This is a powerful way of customizing the end-user’s experience.</p>
<p>There is also the ability to create <strong>custom-built</strong> actions. Custom-built actions allow you to create new actions with different steps to take in conversations and form sequences of prompts that define the conversation experience. The steps can be defined with or without conditions, which help control the custom responses. Steps within the custom action can end with routing to conversational search, triggering another existing sub-action, and other actions. This is a powerful way of customizing the end-user’s experience.</p>
<p>Learn more about creating custom-built actions <a href="https://www.ibm.com/docs/en/watsonx/watson-orchestrate/current?topic=assistants-building-your-ai-assistant-actions#build-actions-from-scratch" target="_blank">here</a>.</p>
<!-- Terminology -->
<!-- Keep the list alphabetized for easy deduplication --></div></section><section class="print-page" id="setup-importingzosskills"><div><h1 id="importing-pre-packaged-zos-skills">Importing pre-packaged z/<abbr title="Operating System">OS</abbr> skills<a class="headerlink" href="#setup-importingzosskills-importing-pre-packaged-zos-skills" title="Permanent link">#</a></h1>
<p>Provided with Version 2 of watsonx Assistant for Z is a set of pre-packaged skills which can be used to automate various tasks on z/<abbr title="Operating System">OS</abbr>, such as running different console commands and retrieving logs from batch jobs.</p>
<p>The list of pre-packaged skills available include:
- Authorized program list
- z/<abbr title="Operating System">OS</abbr> <abbr title="Initial Program Load">IPL</abbr> Information
- Display zOS parmlib datasets
- Unix System services options
- Display zOS subsystems
- List spool files
- Retrieve dataset content
- Retrieve spool file content
- Retrieve z/<abbr title="Operating System">OS</abbr> Management Facility (<abbr title="IBM z/OS Management Facility">OSMF</abbr>) job status</p>
<p>IBM watsonx Orchestrate requires that any <abbr title="IBM z/OS Management Facility">OSMF</abbr> environment you connect to for skill execution has certificate authority (CA) signed certificates. In the case of the Ansible Automation Platform (<abbr title="Ansible Automation Platform">AAP</abbr>) &amp; Wazi z/<abbr title="Operating System">OS</abbr> environment provisioned in IBM Technology Zone (<abbr title="IBM Technology Zone">ITZ</abbr>), the z/<abbr title="Operating System">OS</abbr> system is not currently using CA signed certificates and therefore won’t be able to execute the pre-packaged skills on your own z/<abbr title="Operating System">OS</abbr> system. For demo purposes, it is still recommended to import them so that the pre-packaged skills can be shown. </p>
<p>The list of pre-packaged skills available include:</p>
<ul>
<li>
<p>Authorized program list</p>
</li>
<li>
<p>z/<abbr title="Operating System">OS</abbr> <abbr title="Initial Program Load">IPL</abbr> Information</p>
</li>
<li>
<p>Display zOS parmlib datasets</p>
</li>
<li>
<p>Unix System services options</p>
</li>
<li>
<p>Display zOS subsystems</p>
</li>
<li>
<p>List spool files</p>
</li>
<li>
<p>Retrieve dataset content</p>
</li>
<li>
<p>Retrieve spool file content</p>
</li>
<li>
<p>Retrieve z/<abbr title="Operating System">OS</abbr> Management Facility (<abbr title="IBM z/OS Management Facility">OSMF</abbr>) job status</p>
</li>
</ul>
<p>IBM watsonx Orchestrate requires that any <abbr title="IBM z/OS Management Facility">OSMF</abbr> environment you connect to for skill execution has certificate authority (CA) signed certificates. In the case of the Ansible Automation Platform (<abbr title="Ansible Automation Platform">AAP</abbr>) &amp; Wazi z/<abbr title="Operating System">OS</abbr> environment provisioned in IBM Technology Zone (<abbr title="IBM Technology Zone">ITZ</abbr>), the z/<abbr title="Operating System">OS</abbr> system is not currently using CA signed certificates and therefore cannot execute the pre-packaged skills on your own z/<abbr title="Operating System">OS</abbr> system. For demo purposes, it is still recommended to import them so that the pre-packaged skills can be shown. </p>
<p>Work is in progress to modify the <abbr title="IBM Technology Zone">ITZ</abbr> environments so that they are enabled for skill execution using these pre-packaged skills. In the meantime, the underlying automation for these pre-packaged skills can still be demonstrated using the Ansible skill ‘z/<abbr title="Operating System">OS</abbr> Operator Command’ which is available to import. This works because the pre-packaged skills are executing console commands directly using <abbr title="IBM z/OS Management Facility">OSMF</abbr> <abbr title="Application Programming Interfaces">APIs</abbr> which can also be run using the Ansible template skill ‘z/<abbr title="Operating System">OS</abbr> Operator command’. For example, here are the console commands being used in some of the pre-packaged skills:</p>
<ul>
<li>Authorized Program list – <code>operator command -&gt; d prog,lnklist</code></li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9ff3350

Please sign in to comment.