-
Notifications
You must be signed in to change notification settings - Fork 4
docs: fix broken r1 link & update bedrock model table #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
FortiShield
wants to merge
4
commits into
khulnasoft:main
Choose a base branch
from
deepcode-ai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@ai-toolkit/codemod': patch | ||
| --- | ||
|
|
||
| feat (packages/codemod): Set up package for automated migrations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/codemod/src/test/__testfixtures__/rewrite-framework-imports-solid.input.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| // @ts-nocheck | ||
| import { useChat } from 'ai-toolkit/solid'; | ||
| import { useChat } from 'ai-toolkit/solid'; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
New Amazon Nova Model Entries
The table now includes new rows for:
amazon.nova-micro-v1:0amazon.nova-lite-v1:0amazon.nova-pro-v1:0Each row displays capability indicators (using
<Cross size={18} />and<Check size={18} />) that denote the feature support for image input, object generation, tool usage, and tool streaming. Please confirm that these indicators accurately reflect each model’s capabilities according to the latest Amazon Bedrock documentation.I'll now run a web search query to verify that the capability indicators (using
<Cross size={18} />and<Check size={18} />) accurately reflect the latest Amazon Bedrock documentation for the new Amazon Nova models.Once we have the results from this search, we'll be able to confirm whether the indicators in the table are correct and proceed to update the review comment accordingly.
🌐 Web query:
💡 Result:
Amazon Bedrock's Nova model family (Micro, Lite, Pro) offers advanced multimodal capabilities through three distinct model IDs:
amazon.nova-micro-v1:0,amazon.nova-lite-v1:0, andamazon.nova-pro-v1:0. These models support sophisticated interactions through multiple modalities and tool integrations.Core Capabilities
1. Vision Processing
2. Tool Integration
ConverseStreamAPI[7][12]Model Comparison
Streaming & Real-Time Features
ConverseStreamAPI enables incremental output delivery[7][12]Security & Compliance
These models integrate with Amazon Bedrock's ecosystem including Knowledge Bases for RAG workflows[9][19] and Data Automation for preprocessing multimodal content[1][5]. While focused on understanding rather than direct image generation (handled by Nova Canvas/Reel models[18]), they enable complex analysis of visual inputs combined with structured data operations.
Citations:
Action Required: Correct Capability Indicator for Amazon Nova Micro
Based on the latest Amazon Bedrock documentation, all Amazon Nova models—including
amazon.nova-micro-v1:0—support image input. The current table incorrectly shows a<Cross size={18} />for image input on the micro model. Please update this so thatamazon.nova-micro-v1:0uses<Check size={18} />for image input, ensuring consistency with its documented multimodal (image processing) capability.content/providers/01-ai-toolkit-providers/08-amazon-bedrock.mdx(Lines 353-355)amazon.nova-micro-v1:0entry, replace<Cross size={18} />with<Check size={18} />in the image input column.This adjustment will accurately reflect the capabilities as specified in the Amazon Bedrock documentation.