0.41.0

takahirom/arbigent0.41.0Apr 24, 2025by takahirom

AI Summary

This release adds support for reasoning models used with the Azure OpenAI API by making certain parameters nullable to prevent configuration errors.

Key Highlights

  • Support for reasoning models
  • Make temperature and max_tokens nullable

New Features

  • Azure OpenAI reasoning model support
  • Parameter nullability for reasoning models

Full Release Notes

# Support for reasoning models
When using Azure OpenAI API's reasoning models, I encountered errors when passing temperature and max_tokens. I resolved this by making these parameters nullable to avoid passing them when not needed.

## What's Changed
* Support reasoning models by @takahirom in https://github.com/takahirom/arbigent/pull/251
* Fix setup java by @takahirom in https://github.com/takahirom/arbigent/pull/252


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.40.2...0.41.0