From 445437c24a35c1d99e2034c79bb0e61d045d7d85 Mon Sep 17 00:00:00 2001 From: pap-openai Date: Tue, 27 Aug 2024 15:58:44 +0100 Subject: [PATCH] [GPT Actions Library] Salesforce cookbook - fix instructions (#1394) --- .../gpt_action_salesforce.ipynb | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb b/examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb index 65a7845..32e4eaf 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb @@ -104,8 +104,10 @@ ] }, { - "cell_type": "raw", + "cell_type": "code", + "execution_count": null, "metadata": {}, + "outputs": [], "source": [ "**Context**: Your purpose is to pull information from Service Cloud, and push updates to cases. A user is going to ask you a question and ask you to make updates.\n", "\n", @@ -475,10 +477,24 @@ } ], "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, "language_info": { - "name": "python" + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }