Commit 8bbd99d
authored
fix: update package name references to dotpromptz-handlebars (#403)
* docs: clarify input.default type in frontmatter docs
- Change input.default type from 'any' to 'Map<string,any>'
- Aligns documentation with TypeScript implementation
- Fixes #306
* docs: clarify picoschema usage in frontmatter docs
- Add Picoschema links to input.schema and output.schema descriptions
- Explain that Picoschema is a compact YAML format that compiles to JSON Schema
- Resolves confusion about schema syntax vs standard JSON Schema
Fixes #307
* fix: update package name references to dotpromptz-handlebars
- Update smoke_tests dependency from dotprompt-handlebars to dotpromptz-handlebars
- Update README title to match actual PyPI package name
- Completes rename from PR #353 that missed these 2 files
Fixes #3441 parent 8fca8d0 commit 8bbd99d
File tree
3 files changed
+5
-5
lines changed- python/handlebarrz
- smoke_tests
- third_party/docsite/src/content/docs/reference
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments