Revision history for LLM::Chat
0.2.5 2026-04-09T12:30:48+01:00
- Optional :@tools parameter on chat-completion and chat-completion-stream
- Response.tool-calls and has-tool-calls for detecting LLM tool call requests
- Response.finish-reason field
0.2.4 2026-04-09T05:15:41+01:00
- CI: exclude Windows (Tokenizers Rust FFI build not yet supported)
0.2.3 2026-04-09T05:09:48+01:00
- Add GitHub Actions CI workflow with Rust toolchain for Tokenizers
- Add dist.ini for mi6 (UploadToZef, ReadmeFromPod, Badges)
- Add docs/Readme.rakudoc
0.2.2 2026-04-09T04:59:41+01:00
- Add stub LLM::Chat to make mi6 stop renaming the module.
0.2.1 2026-04-09T04:41:36+01:00
- Add LLM::Chat::Template::Jinja2 for HuggingFace chat template support
- from-tokenizer-config class method loads templates from tokenizer_config.json
- Supports bos_token, eos_token passthrough
- Continuation mode maps to add_generation_prompt=false
0.2.0
- Previous releases