Skip to content

Commit 445437c

Browse files
authored
[GPT Actions Library] Salesforce cookbook - fix instructions (#1394)
1 parent 627a11c commit 445437c

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@
104104
]
105105
},
106106
{
107-
"cell_type": "raw",
107+
"cell_type": "code",
108+
"execution_count": null,
108109
"metadata": {},
110+
"outputs": [],
109111
"source": [
110112
"**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",
111113
"\n",
@@ -475,10 +477,24 @@
475477
}
476478
],
477479
"metadata": {
480+
"kernelspec": {
481+
"display_name": "Python 3 (ipykernel)",
482+
"language": "python",
483+
"name": "python3"
484+
},
478485
"language_info": {
479-
"name": "python"
486+
"codemirror_mode": {
487+
"name": "ipython",
488+
"version": 3
489+
},
490+
"file_extension": ".py",
491+
"mimetype": "text/x-python",
492+
"name": "python",
493+
"nbconvert_exporter": "python",
494+
"pygments_lexer": "ipython3",
495+
"version": "3.11.6"
480496
}
481497
},
482498
"nbformat": 4,
483-
"nbformat_minor": 2
499+
"nbformat_minor": 4
484500
}

0 commit comments

Comments
 (0)