Skip to content
1 min read · 53 words

Variable: updateRetrievableTool

ts
const updateRetrievableTool: Tool<SpooledJsonArtifact<unknown>>;

Replace an existing @nhtio/adk!Retrievable by id.

Remarks

The model supplies id plus any subset of content / trustTier / source / kind / score; omitted fields retain their prior values. updatedAt is always bumped; createdAt is preserved. Returns an error when no retrievable with the supplied id is found.