Commit Graph

3 Commits

Author SHA1 Message Date
Sun Yongyue
3f2adb652a
Proposal: new chat_template_arg enable_history_reasoning for reusing prompt cache among querys within Agents .
Currently  reasoning contents before the last user query msg will be ignored.
This might cause prompt cache miss, especially within agents (eg. Coding Agents / Deep Agents) that just  calling tools many time before the last user query msg.
So, here I propose a new chat template arg `enable_history_reasoning` for (optionally) keep the history reasoning contents in the final prompt, forreusing prompt cache  (better) in such cases.
2026-03-23 16:55:54 +00:00
cheng
ef3d031a90
Upload 6 files 2026-03-01 14:58:17 +00:00
cheng
21eca8a083
Upload folder using huggingface_hub 2026-02-27 13:09:26 +00:00