Skip to content

Commit

Permalink
[GPT Actions Library] Salesforce cookbook - fix instructions (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
pap-openai authored Aug 27, 2024
1 parent 627a11c commit 445437c
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
}

0 comments on commit 445437c

Please sign in to comment.