/ releasenotes / notes / add-dynamic-prompt-builder-e61c4b11405b8d80.yaml
add-dynamic-prompt-builder-e61c4b11405b8d80.yaml
1  ---
2  preview:
3    - |
4      Add `DynamicPromptBuilder` to dynamically generate prompts from either a list of ChatMessage instances or a string
5      template, leveraging Jinja2 templating for flexible and efficient prompt construction.