mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
- Introduced maxThinkingTokens to the query options for Claude models, allowing for more precise control over the SDK's reasoning capabilities. - Refactored the enhance handler to utilize the new getThinkingTokenBudget function, improving the integration of thinking levels into the query process. - Updated the query options structure for clarity and maintainability, ensuring consistent handling of model parameters. This update enhances the application's ability to adapt reasoning capabilities based on user-defined thinking levels, improving overall performance.