feat(provider.anthropic): Add extended thinking modes to AnthropicProvider and apply thinking budgets to API calls

This commit is contained in:
2025-10-30 12:11:18 +00:00
parent d52e6ae67d
commit cbc9d8d45b
5 changed files with 384 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '0.7.7',
version: '0.8.0',
description: 'SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.'
}