v2.2.3
What's Changed
- Cleanup content merging behavior for
ChatPipeline.add()to fix a bug with multiple tool calls, with the intent to eventually remove any default merging behavior in the future. - Added a small sanity check for
provider_specific_fieldsin the LiteLLM generator to prevent attribute access errors. - test(http): ensure JSONPath transform outputs valid JSON by @briangreunke in #37
Full Changelog: v2.2.2...v2.2.3