Releases: inference-gateway/rust-sdk
Releases · inference-gateway/rust-sdk
🚀 Version 0.9.0
🚀 Version 0.9.0-rc.1
0.9.0-rc.1 (2025-02-10)
✨ Features
- Add max_tokens parameter to GenerateRequest and InferenceGatewayClient (8f1c08a)
📚 Documentation
- Add max_tokens parameter to OpenAPI specification (7f833af)
🚀 Version 0.8.0
🚀 Version 0.8.0-rc.2
0.8.0-rc.2 (2025-02-10)
♻️ Improvements
- Implement Default trait for Message and MessageRole structs (cb43ca8)
- Initialize the client with tools optionally (9c56170)
- Use in the tests two different conventions to see what's possible (eef16e8)
📚 Documentation
- Enhance InferenceGatewayAPI docblocks with additional error handling and return details (b666c33)
- Improve the docs for Tool-Use, update it (9e5f5da)
- Improve the example by mentioning the workflow of messages exchange (ef474b4)
- Remove redundant whitespace in InferenceGatewayAPI documentation (422e857)
- Resort functions examples, healthcheck is less important so put it at the bottom (e6eb55d)
- Update the example in the README.md (0fda0dc)
✅ Miscellaneous
- Add assertion for tool_calls length in response test (4edcd4b)
🚀 Version 0.8.0-rc.1
0.8.0-rc.1 (2025-02-09)
✨ Features
- Add optional tool_call_id to Message struct and update serialization tests (d51e911)
🚀 Version 0.7.1-rc.3
0.7.1-rc.3 (2025-02-09)
♻️ Improvements
🚀 Version 0.7.1-rc.2
0.7.1-rc.2 (2025-02-09)
🐛 Bug Fixes
- Enhance Tool and ToolFunction structures with description and parameters updates, use JSON raw value for now (cdf6eca)
🚀 Version 0.7.1-rc.1
0.7.1-rc.1 (2025-02-08)
♻️ Improvements
- Remove tool_calls from Message struct and update related tests (265bdec)
👷 CI
📚 Documentation
- Remove unnecessary code block from README.md (dcb7c26)