Files
new-api/.gitignore
T
Calcium-Ion 3a506f50f0 fix(openai): harden Chat-to-Responses compatibility (#5772)
Add a shared Responses-to-Chat stream state machine and use it from the OpenAI relay path. Preserve assistant text alongside tool calls, bind tool argument deltas by output_index, map incomplete finish reasons, support reasoning/custom tool events, and buffer upstream SSE for non-stream Chat clients.

Add deterministic service tests and relay SSE tests for the conversion path.

Related to #5745.
2026-06-27 19:16:56 +08:00

43 lines
519 B
Plaintext

.idea
.vscode
.zed
.history
upload
*.exe
*.db
build
*.db-journal
logs
web/default/dist
web/classic/dist
web/node_modules
web/dist
.env
one-api
new-api
/__debug_bin*
.DS_Store
tiktoken_cache
.eslintcache
.gocache
.gomodcache/
.cache
plans
.claude
.cursor
electron/node_modules
electron/dist
data/
.gomodcache/
.gocache-temp
.gopath
.test
token_estimator_test.go
skills-lock.json
.playwright-mcp
# Local-only live probes and scratch test workspaces.
.local-tests/
service/openaicompat/chat_responses_live_local_test.go