Patch Changes
-
#2450
7b8a549Thanks @DomiR! - Fix non-streaming Anthropic responses throwing when a tool call carriescallermetadata. The mapper emittedcaller.toolId: undefined, butProviderMetadataisRecord(String, NullOr(Json))andundefinedis not a valid Json value, so decoding the model's own response threwExpected JSON value. Emitnullinstead, matching the streaming mappers. -
Updated dependencies [
911f1b8,8beeeea,c306fcf]:- effect@4.0.0-beta.88