v2.36.0
New Features
-
AI Model Enhancements: Introduced a
SupportsEffortLevelcolumn to the AI Models table, enabling finer control over model capabilities. -
Reasoning Models Integration: Added support for reasoning models, expanding the AI's analytical capabilities.
-
User Context in SkipConversation: Enhanced the
SkipConversationtype by incorporating user information, allowing for more personalized interactions. -
Effort Level Parameter: Introduced an
effortLevelfield toChatParams, providing more granular control over chat interactions. -
New REST API Endpoints: Added new REST API endpoints to support enhanced functionalities and integrations.
Improvements
-
OpenAI Parameter Update: Replaced the deprecated
max_tokensparameter withmax_completion_tokensin OpenAI configurations to align with the latest API standards. -
Anthropic Provider Reasoning: Implemented reasoning capabilities for the Anthropic AI provider, enhancing its inferential responses.
-
Code Generation: Executed code generation processes following the addition of the
SupportsEffortLevelcolumn to ensure consistency across the codebase.
