We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8faa4d0 + a9d27a1 commit 41f6cc2Copy full SHA for 41f6cc2
1 file changed
Cargo.toml
@@ -108,6 +108,6 @@ path = "examples/security_analysis.rs"
108
109
# Patch rig-bedrock to fix extended thinking support with tool use
110
# The upstream version drops Reasoning blocks when a tool call is present.
111
-# See: patches/rig-bedrock/src/types/assistant_content.rs for the fix.
+# See: vendor/rig-bedrock/src/types/assistant_content.rs for the fix.
112
[patch.crates-io]
113
-rig-bedrock = { path = "patches/rig-bedrock" }
+rig-bedrock = { path = "vendor/rig-bedrock" }
0 commit comments