Skip to content

Commit c1e6a81

Browse files
Merge pull request #4177 from dksimpson/us356678-dks-36
Bulk - Fix validation issues
2 parents 55ab3a2 + 98302bb commit c1e6a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/prompt-flow/tools-reference/prompt-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following sections show the prompt text parsed from the prompt and inputs.
3131

3232
## Write a prompt
3333

34-
1. Prepare a Jinja template. Learn more about [Jinja](https://jinja.palletsprojects.com/en/3.1.x/).
34+
1. Prepare a Jinja template. Learn more about [Jinja](https://jinja.palletsprojects.com/en/stable/).
3535

3636
In the following example, the prompt incorporates Jinja templating syntax to dynamically generate the welcome message and personalize it based on the user's name. It also presents a menu of options for the user to choose from. Depending on whether the `user_name` variable is provided, it either addresses the user by name or uses a generic greeting.
3737

0 commit comments

Comments
 (0)