We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80193eb commit a9d27a1Copy full SHA for a9d27a1
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