Add support scope disclaimer (#1713)

This commit is contained in:
David Wu 2025-03-12 20:10:58 +09:00 committed by GitHub
parent 86145b3f53
commit 2152f15511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -456,6 +456,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* This guide is intended to illustrate general concepts and is provided for reference purposes only. We are unable to provide full support for the third party API integration. \n",
"* The callback url can change if you update the YAML, double check it is correct when making changes.\n",
"* _Callback URL Error:_ If you get a callback URL error in ChatGPT, pay close attention to the Post-Action Steps above. You need to add the callback URL directly into your Security Integration for the action to authenticate correctly\n",
"* _Schema calls the wrong warehouse or database:_ If ChatGPT calls the wrong warehouse or database, consider updating your instructions to make it more explicit either (a) which warehouse / database should be called or (b) to require the user provide those exact details before it runs the query\n"