File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ futures-util = "0.3"
7373
7474# Agent dependencies (using Rig - LLM application framework)
7575rig-core = { version = " 0.27" , features = [" derive" ] }
76- rig-bedrock = { path = " vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls
76+ rig-bedrock = { version = " 0.3 " , path = " vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls
7777
7878# Diff rendering for file confirmation UI
7979similar = " 2.6"
@@ -110,4 +110,4 @@ path = "examples/security_analysis.rs"
110110# The upstream version drops Reasoning blocks when a tool call is present.
111111# See: vendor/rig-bedrock/src/types/assistant_content.rs for the fix.
112112[patch .crates-io ]
113- rig-bedrock = { path = " vendor/rig-bedrock" }
113+ rig-bedrock = { version = " 0.3 " , path = " vendor/rig-bedrock" }
You can’t perform that action at this time.
0 commit comments