Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"python/instrumentation/openinference-instrumentation-groq": "0.1.5",
"python/instrumentation/openinference-instrumentation-instructor": "0.1.2",
"python/instrumentation/openinference-instrumentation-anthropic": "0.1.9",
"python/instrumentation/openinference-instrumentation-smolagents": "0.1.3",
"python/instrumentation/openinference-instrumentation-smolagents": "0.1.4",
"python/instrumentation/openinference-instrumentation-autogen": "0.1.2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.4](https://github.com/RogerHYang/openinference/compare/python-openinference-instrumentation-smolagents-v0.1.3...python-openinference-instrumentation-smolagents-v0.1.4) (2025-02-04)


### Features

* working instrumentation with smolagents ([#1184](https://github.com/RogerHYang/openinference/issues/1184)) ([a9b70ed](https://github.com/RogerHYang/openinference/commit/a9b70ed91c21535792202d6a0df4120f6095776d))


### Bug Fixes

* **smolagents:** ensure tool attributes are captured successfully on new versions of smolagents ([#1243](https://github.com/RogerHYang/openinference/issues/1243)) ([03f3ceb](https://github.com/RogerHYang/openinference/commit/03f3ceb25a5adfbfc3e1f329782a11ae59fd5b42))
* **smolagents:** remove redundant smolagents llm output.value causing warning ([#1239](https://github.com/RogerHYang/openinference/issues/1239)) ([23324a4](https://github.com/RogerHYang/openinference/commit/23324a445f7e13c42b0d17bc46c4e7fdd0ed1f55))
* **smolagents:** support smolagents nested llm input message contents ([#1238](https://github.com/RogerHYang/openinference/issues/1238)) ([51be5e4](https://github.com/RogerHYang/openinference/commit/51be5e47f4d5ae4ccf43d33a09c3475b56edf784))
* **smolagents:** update internal smolagents import for compatibility with versions post 1.5.0 ([#1229](https://github.com/RogerHYang/openinference/issues/1229)) ([b338113](https://github.com/RogerHYang/openinference/commit/b338113b74433462db6c91d6f96fc8d5b983948d))
* **smolagents:** use correct smolagents tool schema extraction function ([#1236](https://github.com/RogerHYang/openinference/issues/1236)) ([7d764fe](https://github.com/RogerHYang/openinference/commit/7d764fe1aabf1223a177eb60cfde13dec7653417))

## [0.1.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-smolagents-v0.1.2...python-openinference-instrumentation-smolagents-v0.1.3) (2025-02-04)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"