Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@
"Note: When setting up the GPT Action, for authentication, leave it with \"None\". This is a public API and does not require any Authentication"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Value + Example Business Use Cases"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Value**: Users can now leverage ChatGPT's natural language capability to forecast the weather\n",
"\n",
"**Example Use Cases**: \n",
"- Users can plan out their day based on weather patterns\n",
"- Users can quickly visualize (including graphs) what the weather is forecasted to look like"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
19 changes: 19 additions & 0 deletions examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@
"Note: these instructions return back a functioning SQL statement, rather than the result itself. Currently middleware is required to return back a CSV file – we’ll be posting instructions on an example of that soon"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Value + Example Business Use Cases"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Value**: Users can now leverage ChatGPT's natural language capability to connect directly to BigQuery's DWH. \n",
"\n",
"**Example Use Cases**: \n",
"- Data scientists can connect to tables and run data analyses using ChatGPT's Data Analysis\n",
"- Citizen data users can ask basic questions of their transactional data\n",
"- Users gain more visibility into their data & potential anomalies"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
18 changes: 18 additions & 0 deletions examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
"This particular GPT Action provides an overview of how to connect to Outlook, Microsoft's web service for emailing and calendar events. This action assumes a user’s context and allows them to send and retrieve emails and calendar events from Outlook."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Value + Example Business Use Cases"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Value**: Users can now leverage ChatGPT's natural language capability to connect directly to Outlook\n",
"\n",
"**Example Use Cases**: \n",
"- A user can look up all of their meetings for the day and have ChatGPT summarize the day\n",
"- A user can email a ChatGPT output to someone directly"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading