Skip to content

Commit

Permalink
Fix typo in Samples causing error: PlanningException: Create plan err…
Browse files Browse the repository at this point in the history
…or: Unable to create plan
  • Loading branch information
Rafael Escoto authored and Escoto committed Jul 17, 2023
1 parent 01afd3f commit d0cb68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/notebooks/dotnet/05-using-the-planner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"\n",
"Rewrite the above in the style of Shakespeare.\n",
"\"\"\";\n",
"var shakespeareFunction = kernel.CreateSemanticFunction(skPrompt, \"shakespeare\", \"ShakespeareSkill\", maxTokens: 2000, temperature: 0.2, topP: 0.5);"
"var shakespeareFunction = kernel.CreateSemanticFunction(skPrompt, \"Shakespeare\", \"ShakespeareSkill\", maxTokens: 2000, temperature: 0.2, topP: 0.5);"
]
},
{
Expand Down

0 comments on commit d0cb68b

Please sign in to comment.