@linnlabs/linnkit 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3187,7 +3187,6 @@ var ToolPairMatcher = class {
3187
3187
  constructor(config) {
3188
3188
  this.config = config;
3189
3189
  }
3190
- config;
3191
3190
  /**
3192
3191
  * 判断是否为"预处理阶段压缩的工具历史摘要消息"
3193
3192
  * - 该类消息不再是 tool_calls/tool_output 的原始结构,而是 assistant 的自然语言记录
@@ -3368,7 +3367,6 @@ var ToolPairTruncator = class {
3368
3367
  constructor(config) {
3369
3368
  this.config = config;
3370
3369
  }
3371
- config;
3372
3370
  /**
3373
3371
  * 智能截断超大的工具对
3374
3372
  *
@@ -4100,7 +4098,6 @@ var Logger = class {
4100
4098
  constructor(moduleName) {
4101
4099
  this.moduleName = moduleName;
4102
4100
  }
4103
- moduleName;
4104
4101
  debug(message, data) {
4105
4102
  this.log(0 /* DEBUG */, "debug", message, data);
4106
4103
  }
@@ -4348,7 +4345,6 @@ var DefaultTokenizerPort = class {
4348
4345
  constructor(config = {}) {
4349
4346
  this.config = config;
4350
4347
  }
4351
- config;
4352
4348
  estimateText(text, _modelId) {
4353
4349
  return TokenCalculator.estimateTokens(text, {
4354
4350
  encoding: this.config.encoding,