UNPKG

@unified-llm/core

Version:
10 lines 296 B
"use strict"; // Legacy OpenAI thread implementation - needs refactoring for unified API Object.defineProperty(exports, "__esModule", { value: true }); class Thread { constructor(params) { this.id = params.id || ''; } } exports.default = Thread; //# sourceMappingURL=thread.js.map