@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.
@@ -3189,7 +3189,6 @@ var ToolPairMatcher = class {
3189
3189
  constructor(config) {
3190
3190
  this.config = config;
3191
3191
  }
3192
- config;
3193
3192
  /**
3194
3193
  * 判断是否为"预处理阶段压缩的工具历史摘要消息"
3195
3194
  * - 该类消息不再是 tool_calls/tool_output 的原始结构,而是 assistant 的自然语言记录
@@ -3370,7 +3369,6 @@ var ToolPairTruncator = class {
3370
3369
  constructor(config) {
3371
3370
  this.config = config;
3372
3371
  }
3373
- config;
3374
3372
  /**
3375
3373
  * 智能截断超大的工具对
3376
3374
  *
@@ -4102,7 +4100,6 @@ var Logger = class {
4102
4100
  constructor(moduleName) {
4103
4101
  this.moduleName = moduleName;
4104
4102
  }
4105
- moduleName;
4106
4103
  debug(message, data) {
4107
4104
  this.log(0 /* DEBUG */, "debug", message, data);
4108
4105
  }
@@ -4350,7 +4347,6 @@ var DefaultTokenizerPort = class {
4350
4347
  constructor(config = {}) {
4351
4348
  this.config = config;
4352
4349
  }
4353
- config;
4354
4350
  estimateText(text, _modelId) {
4355
4351
  return TokenCalculator.estimateTokens(text, {
4356
4352
  encoding: this.config.encoding,