UNPKG

@unified-llm/core

Version:

Unified LLM interface (in-memory).

8 lines 216 B
// Legacy OpenAI thread implementation - needs refactoring for unified API class Thread { constructor(params) { this.id = params.id || ''; } } export default Thread; //# sourceMappingURL=thread.js.map