From 9d1a5bf27b8ad89ea38d8d440d3c63e9f5baa444 Mon Sep 17 00:00:00 2001 From: Hiren Shah Date: Wed, 21 Aug 2024 17:53:26 -0400 Subject: [PATCH] Added Python Sample Added Python Sample Signed-off-by: Hiren Shah --- zOSMF/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zOSMF/README.md b/zOSMF/README.md index 2baea2e..77fc5d9 100644 --- a/zOSMF/README.md +++ b/zOSMF/README.md @@ -20,3 +20,6 @@ This directory contains z/OSMF documents that you might find to be helpful in le ## zmf_wxa4z This is a sample plugin for z/OSMF. It allows you to easily enable chat interface of IBM watsonx Assistant for Z in z/OSMF. + +## Zosmf-Python +This folder contains sample python scripts that drive z/OSMF REST APIs.