pcm-agents 0.6.24 → 0.6.25

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.
@@ -9003,7 +9003,7 @@ const JlsxModal = class {
9003
9003
  query: '简历筛选',
9004
9004
  inputs: {
9005
9005
  job_info: this.jobDescription,
9006
- jd_id: this.currentTask.id,
9006
+ jd_id: this.currentTask.jd_id,
9007
9007
  task_id: this.currentTask.id,
9008
9008
  file_urls: filteredFileUrls.join(','), // 使用过滤后的文件URL
9009
9009
  rule: ruleString
@@ -686,7 +686,7 @@ export class JlsxModal {
686
686
  query: '简历筛选',
687
687
  inputs: {
688
688
  job_info: this.jobDescription,
689
- jd_id: this.currentTask.id,
689
+ jd_id: this.currentTask.jd_id,
690
690
  task_id: this.currentTask.id,
691
691
  file_urls: filteredFileUrls.join(','), // 使用过滤后的文件URL
692
692
  rule: ruleString