Commit Graph

10 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
c202236235
Update README.md 2026-03-02 00:51:43 +00:00
cheng
ef3d031a90
Upload 6 files 2026-03-01 14:58:17 +00:00
Fei Huang
1045d9897c
Update README.md 2026-03-01 11:22:36 +00:00
Fei Huang
4c6ea032b8
Update README.md 2026-02-28 15:38:17 +00:00
shuai bai
f8c2a121ee
Update README.md 2026-02-28 10:46:10 +00:00
shuai bai
7306d96d0f
Update README.md 2026-02-28 10:42:48 +00:00
Fei Huang
04e3da7e8a
Update README.md 2026-02-28 10:05:51 +00:00
cheng
21eca8a083
Upload folder using huggingface_hub 2026-02-27 13:09:26 +00:00
cheng
d45e68c4ae
initial commit 2026-02-27 12:58:26 +00:00