複数のツール操作によるプラン

以下は、複数のツールを使ってプランを作成するためのプロンプトの例である:

プロンプトの例

カタログをリストアップするには、以下のプロンプトを入力します:

list catalogs and use the selected catalog to list published apis
list catalogs and use the selected catalog to list published products
list catalogs and use the selected catalog to list consumer orgs
list catalogs and use the selected catalog to list apps
ドラフトAPIを作成し、API名を使用してAPIを検証するには、以下のプロンプトを入力する:
create draft api @file_name.json and validate the api created
ドラフトAPIを作成してダウンロードするには、以下のプロンプトを入力する:
create draft api @file_name.json and download the draft api created
ドラフトAPIを作成し、APIを検証して公開するには、以下のプロンプトを入力する:
create draft api @file_name.json and validate the api and publish it to catalog with name catalog1

APIのセキュリティを検証しレビューするには、以下のプロンプトを入力する:

validate api API_NAME and add client secret security to that api
review security of api API_NAME and publish the api to catalog CATALOG_NAME
validate api with name API_NAME and version VERSION and add client secret security to that api and publish to catalog CATALOG_NAME

カタログにアプリをリストアップし、選択したアプリをサブスクリプションのリストに使用するには、次のプロンプトを入力します:

List apps in catalog with name CATALOG_NAME and use the selected app to list subscriptions

公開されている製品やAPIをカタログに掲載するには、以下のプロンプトを入力します:

List published products in catalog CATALOG_NAME and list apps in catalog and create subscription for the selected app
List published apis in catalog CATALOG_NAME and list apps and create subscription for the selected application