-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Which topic are you reporting about?
The solution tutorial at https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-slack-chatbot-database-watson outputs an outdated OpenAPI spec document. There is an additional line required at the start of the file to make it work, inserting a "openapi": "3.0.x" line at the beginning. Otherwise the step that ingests this file and allows the use of it will fail.
What do you think needs to be updated?
The solution tutorial at https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-slack-chatbot-database-watson outputs an outdated OpenAPI spec document. There is an additional line required at the start of the file to make it work, inserting a "openapi": "3.0.x" line at the beginning. Otherwise the watsonx Assistant Custom Extension build step that ingests this file will fail.
Anything else?
No response