Patch Changes
-
#10906
f61b345Thanks @hntrl! - feat(core): add uuid v6 utility supportAdd
v6UUID generation support to@langchain/core/utils/uuidby vendoring the upstream uuidjsv6implementation and itsv1ToV6helper, exportingv6from the UUID utils index, and adding tests for deterministic generation, buffer/offset behavior, validation/versioning, and ordering. -
#10872
a640079Thanks @hntrl! - chore(deps): remove redundant @types/uuid declarationsRemove
@types/uuidfrom package manifests that rely on@langchain/core/utils/uuidor do not require uuid type stubs directly, and refresh the lockfile entries accordingly. -
#10792
3682268Thanks @Genmin! - fix(core): apply v1 message casting after implicit streaming aggregation -
#10901
f26fc4aThanks @christian-bromann! - fix(testing): share fakeModel invocation state across bindTools instances