chore: update dependencies and versions in package.json and yarn.lock
- Upgraded various SDK packages to their latest beta versions for improved functionality and compatibility. - Updated `@ai-sdk/provider-utils` to version 3.0.0-beta.3. - Adjusted dependencies in `package.json` to reflect the latest versions, including `@ai-sdk/amazon-bedrock`, `@ai-sdk/anthropic`, `@ai-sdk/azure`, and others. - Removed outdated versions from `yarn.lock` and ensured consistency across the project.
This commit is contained in:
@@ -7,4 +7,4 @@ export const BUILT_IN_PLUGIN_PREFIX = 'built-in:'
|
||||
export { createLoggingPlugin } from './logging'
|
||||
export { createPromptToolUsePlugin } from './toolUsePlugin/promptToolUsePlugin'
|
||||
export type { PromptToolUseConfig, ToolUseRequestContext, ToolUseResult } from './toolUsePlugin/type'
|
||||
export { type WebSearchConfig, webSearchPlugin } from './webSearchPlugin'
|
||||
export { webSearchPlugin } from './webSearchPlugin'
|
||||
|
||||
Reference in New Issue
Block a user