You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add chat template kwargs to C API
Preserve the existing API while allowing typed JSON context values for model-specific chat templates.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Add temporary branch validation workflow
Run the repository C API build and C++ tests on Jenny's fork while upstream Azure Pipelines await maintainer authorization.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Use supported Minja boolean syntax in test
Exercise the same typed false value without relying on the unsupported is false predicate in an explicit template.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Remove temporary fork validation workflow
The repository C API build and full C++ test suite passed in fork run 32069739093.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Reject null tokenizer in chat template APIs
Return an invalid-argument error instead of dereferencing a null tokenizer, with a focused regression test and temporary fork validation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Reject empty chat template kwargs
Keep the public contract strict: callers must pass a JSON object or null, never an empty string.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
* Remove completed fork validation workflow
The strict kwargs validation and null-tokenizer regression pass the full C API C++ suite in run 32070849855.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
---------
Co-authored-by: Jenny Ferries <jenny.ferries@microsoft.com>
Copilot-Session: a9f5bae1-1b88-4311-8fac-6224769e0400
R"({{ messages[0].content }}|{% if add_generation_prompt %}GEN{% else %}NO_GEN{% endif %}|{% if tools is defined %}TOOLS{% else %}NO_TOOLS{% endif %})";
0 commit comments