fingerprintToolCatalog
function fingerprintToolCatalog(tools): Promise<Record<string, string>>;Fingerprints a remote tool catalogue the way fingerprintTools expects: raw JSON Schema
objects must be wrapped with jsonSchema() or the digest ignores schema entirely.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
readonly |
Returns
Section titled “Returns”Promise<Record<string, string>>