mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-13 12:47:41 +08:00
feat: Implement admin settings UI, enhance admin authentication with password hashing, and add new streaming runtime logic for Claude and OpenAI adapters with extensive compatibility tests.
This commit is contained in:
8
tests/compat/expected/sse_split_tool_json.json
Normal file
8
tests/compat/expected/sse_split_tool_json.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parts": [
|
||||
{"text": "{\"", "type": "text"},
|
||||
{"text": "tool_calls\":[{\"name\":\"read_file\",\"input\":{\"path\":\"README.MD\"}}]}", "type": "text"}
|
||||
],
|
||||
"finished": false,
|
||||
"new_type": "text"
|
||||
}
|
||||
Reference in New Issue
Block a user