MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
181 stars 104 forks source link

Fixed incorrect Handlebars syntax #79

Closed niklasjansson closed 6 months ago

niklasjansson commented 8 months ago

It seems the choices[0] syntax is not the correct one for handlebars, but rather either choices.0 or choices.[0].

(This was found when attempting to use SK with a local Ollama)

learn-build-service-prod[bot] commented 8 months ago

Learn Build status updates of commit 6427359:

:white_check_mark: Validation status: passed

File Status Preview URL Details
samples/dotnet/04-Templatizing-Prompts/Program.cs :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please: