Skip to content

Commit

Permalink
use KL/AT in record hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Sep 6, 2024
1 parent f5831b9 commit 4466341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ export class Record {
sourceA.resource_id.localeCompare(sourceB.resource_id),
).map(source => _.omit(source, ["source_record_urls"])),
),
this.knowledge_level,
this.agent_type
].join("-");
}

Expand Down

0 comments on commit 4466341

Please sign in to comment.