Skip to content

Commit

Permalink
Aaronwilkowitz/sharepoint (#1299)
Browse files Browse the repository at this point in the history
Co-authored-by: maxreid-openai <[email protected]>
  • Loading branch information
aaronwilkowitz-openai and maxreid-openai authored Jul 22, 2024
1 parent 015ba20 commit 8a288eb
Show file tree
Hide file tree
Showing 10 changed files with 1,922 additions and 14 deletions.
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

0 comments on commit 8a288eb

Please sign in to comment.