From c0fbef76c87a6bbbebc74d6e47dcb867aabacd3c Mon Sep 17 00:00:00 2001 From: Aaron Wilkowitz <157151487+aaronwilkowitz-openai@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:09:15 -0400 Subject: [PATCH] fix URLs + fix author photo (#1289) --- authors.yaml | 2 +- .../gpt_actions_library/.gpt_action_getting_started.ipynb | 8 ++++---- .../chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb | 1 + .../chatgpt/gpt_actions_library/gpt_action_outlook.ipynb | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/authors.yaml b/authors.yaml index 6ef940e7..fbf4823d 100644 --- a/authors.yaml +++ b/authors.yaml @@ -101,7 +101,7 @@ justonf: aaronwilkowitz-openai: name: "Aaron Wilkowitz" website: "https://www.linkedin.com/in/aaronwilkowitz/" - avatar: "https://raw.githubusercontent.com/aaron-wilkowitz/asw_photo/main/asw_623_623.jpg" + avatar: "https://avatars.githubusercontent.com/u/157151487" charuj: name: "Charu Jaiswal" diff --git a/examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb b/examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb index b82dc319..fc8a9368 100644 --- a/examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb +++ b/examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb @@ -20,8 +20,8 @@ "source": [ "This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n", "- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n", - "- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions-library)\n", - "- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/getting-started)" + "- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions/actions-library)\n", + "- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/actions/getting-started)" ] }, { @@ -74,7 +74,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail." + "Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail." ] }, { @@ -112,7 +112,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail." + "Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail." ] }, { diff --git a/examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb b/examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb index a97438a8..37422862 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb @@ -154,6 +154,7 @@ " operationId: runQuery\n", " summary: Executes a query on a specified BigQuery table.\n", " description: Submits a query to BigQuery and returns the results.\n", + " x-openai-isConsequential: false\n", " parameters:\n", " - name: projectId\n", " in: path\n", diff --git a/examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb b/examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb index 62aeb86d..e346aae0 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb @@ -20,8 +20,8 @@ "source": [ "This page provides an instruction & guide for developers building a GPT Action for a specific application. Before you proceed, make sure to first familiarize yourself with the following information: \n", "- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)\n", - "- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions-library)\n", - "- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/getting-started)" + "- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions/actions-library)\n", + "- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/actions/getting-started)" ] }, { @@ -87,7 +87,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail." + "Once you've created a Custom GPT, copy the text below in the Instructions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail." ] }, { @@ -121,7 +121,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/getting-started) to see how this step works in more detail." + "Once you've created a Custom GPT, copy the text below in the Actions panel. Have questions? Check out [Getting Started Example](https://platform.openai.com/docs/actions/getting-started) to see how this step works in more detail." ] }, {