refactor: Relocate JavaScript source and Node.js test files to dedicated directories and extract OpenAI stream runtime tool call finalization logic.

This commit is contained in:
CJACK
2026-02-22 22:37:08 +08:00
parent d3b60edb6f
commit d4017b87c1
30 changed files with 201 additions and 192 deletions

View File

@@ -1,3 +1,3 @@
'use strict';
module.exports = require('./chat-stream/index.js');
module.exports = require('../internal/js/chat-stream/index.js');