Commit 3fc9505
fix: use non-whitespace placeholder in chatprompttemplate constructor
The base class PromptTemplateBase validates that the template is not empty
or whitespace. Changed from " " (space) to "{placeholder}" to pass validation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 2594355 commit 3fc9505
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments