v0.14.0
PromptingTools v0.14.0
Added
- Added a new documentation section "How it works" to explain the inner workings of the package. It's a work in progress, but it should give you a good idea of what's happening under the hood.
- Improved template loading, so if you load your custom templates once with
load_templates!("my/template/folder)
, it will remember your folder for all future re-loads. - Added convenience function
create_template
to create templates on the fly without having to deal withPT.UserMessage
etc. If you specify the keyword argumentload_as = "MyName"
, the template will be immediately loaded to the template registry. See?create_template
for more information and examples.
Commits
Merged pull requests: