mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
fix: typo in Orchestrating_agents.ipynb (#1469)
This commit is contained in:
parent
a0e2902c03
commit
d2e236e228
@ -46,7 +46,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Routines\n",
|
"# Routines\n",
|
||||||
"\n",
|
"\n",
|
||||||
"The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Conretely, let's define a routine to be a list of instructions in natural langauge (which we'll repreesnt with a system prompt), along with the tools necessary to complete them.\n",
|
"The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Conretely, let's define a routine to be a list of instructions in natural langauge (which we'll represent with a system prompt), along with the tools necessary to complete them.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user