This website requires JavaScript.
Explore
Help
Sign In
lisone
/
ds2api
Watch
1
Star
0
Fork
0
You've already forked ds2api
mirror of
https://github.com/CJackHwang/ds2api.git
synced
2026-05-05 00:45:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
19289c9008a5157b10dd4f8abf3ca8fefb90b83c
ds2api
/
internal
/
util
History
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
..
helpers.go
feat: centralize utility functions, abstract SSE stream collection, and add concurrency to admin account testing.
2026-02-17 03:31:19 +08:00
messages_test.go
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
messages.go
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
toolcalls_test.go
feat: Intercept and format tool calls, including unknown ones, from model responses in the OpenAI adapter, preventing raw JSON leaks and improving stream finalization.
2026-02-16 16:24:21 +08:00
toolcalls.go
feat: implement strict-client compatible streaming tool calls with index and add Vercel build troubleshooting guide.
2026-02-16 17:58:40 +08:00