-
-
Notifications
You must be signed in to change notification settings - Fork 149
[Platform] Add docs for message templates #1128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation for message templates in the Symfony AI Platform component. The documentation explains how to use dynamic variable substitution in messages for creating reusable message patterns.
Key Changes:
- Added documentation for string templates with curly brace placeholders
- Documented expression templates for advanced dynamic evaluation
- Included setup instructions for manual configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I think we should add an example how you can configure templates in ai bundle config |
|
@OskarStark in the ai-bundle you can just use it. but documenting how that looks like would make sense! @chr-hertel should we document how the listener has to be configured when no ai-bundle is used? or link to the exanple? |
|
Yes let's be explicit and explain it in the docs |
|
Why closing ? |
|
oh, removed the branch on my fork because i thought it's merged ... :D |
5930861 to
1a8fa84
Compare
@OskarStark currently there's nothing additional provided in the bundle - i added a section tho that the feature is just available.
@wachterjohannes there's a "Setup" section in the platform part |
1a8fa84 to
25d3c00
Compare
Follows #1017 - cc @wachterjohannes makes sense?