CJACK.
|
c291d333c4
|
feat: extract and inject assistant reasoning content into history split prompts
|
2026-04-22 19:56:28 +00:00 |
|
CJACK
|
30a53b6c43
|
refactor: remove legacy TOOL_CALL_HISTORY/TOOL_RESULT_HISTORY markers and consolidate tool call formatting into a new prompt package
|
2026-03-30 00:20:38 +08:00 |
|
CJACK.
|
0925e83b9b
|
Stop embedding tool-call envelopes into prompt content
|
2026-03-22 22:36:15 +08:00 |
|
CJACK.
|
59bf78d2c4
|
Unify adapter message normalization across Claude and Gemini
|
2026-03-22 12:07:58 +08:00 |
|
CJACK.
|
f8936887d0
|
fix(openai): preserve empty tool completion turns
|
2026-03-22 01:19:17 +08:00 |
|
CJACK.
|
6758514c61
|
chore: remove obsolete openai tool-history normalization helpers
|
2026-03-22 00:28:32 +08:00 |
|
CJACK.
|
94cf1bfcc7
|
drop nameless assistant tool history entries
|
2026-03-07 14:45:10 +08:00 |
|
CJACK.
|
6c39c8e191
|
fix: 修复 text 为空时 content 回退丢失问题
|
2026-03-06 21:24:26 +08:00 |
|
CJACK.
|
fab326eca1
|
fix: 修复工具历史注入 null 导致调用格式混乱
|
2026-03-05 18:20:42 +08:00 |
|
CJACK.
|
a6aa4a1839
|
补充工具调用行为说明并修正测试文档过时命令
|
2026-03-03 00:39:02 +08:00 |
|
CJACK
|
d84875e466
|
工具调用优化
|
2026-03-01 06:33:49 +08:00 |
|
CJACK
|
a9403c5392
|
feat: add Gemini API compatibility, refactor stream rendering, and enhance tool call handling and configuration options
|
2026-02-22 20:53:42 +08:00 |
|
CJACK
|
13b1ec46ee
|
feat: Implement request tracing and enhance tool call streaming stability by preventing speculative deltas and improving multi-call finalization.
|
2026-02-21 19:19:05 +08:00 |
|
CJACK
|
db49a3ec02
|
feat: Standardize tool call and result history formatting for OpenAI and Claude adapters with updated prompt guidance.
|
2026-02-20 03:06:08 +08:00 |
|
CJACK
|
19289c9008
|
refactor: Modularize OpenAI message normalization and prompt building, enhancing MessagesPrepare to support additional content types and tool call formatting.
|
2026-02-18 00:54:54 +08:00 |
|