Skip to content

Commit c1ec9a8

Browse files
author
Eric Camplin
committed
4-use-handlebars-prompt-templates.md numbered to bullet list
1 parent e44c347 commit c1ec9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-azure/create-plugins-semantic-kernel/includes/4-use-handlebars-prompt-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ handlebars_template = """
8585

8686
In this example, there are two input objects:
8787

88-
1. `request` - Contains the request the assistant should complete.
89-
1. `imageData` - Contains the base64 image data.
88+
- `request` - Contains the request the assistant should complete.
89+
- `imageData` - Contains the base64 image data.
9090

9191
To use the prompt template, you need to create a `PromptTemplateConfig` object that contains the template and its format. Afterwards, you create a `KernelFunction` object from the template configuration and specify the Handlebars template factory. Here's an example:
9292

0 commit comments

Comments
 (0)