Skip to content

Commit 41f6cc2

Browse files
authored
Merge pull request #238 from syncable-dev/develop
bug(wrong ref for rig-bedrocks) wrong referenced rig-bedrock package
2 parents 8faa4d0 + a9d27a1 commit 41f6cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ path = "examples/security_analysis.rs"
108108

109109
# Patch rig-bedrock to fix extended thinking support with tool use
110110
# 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.
111+
# See: vendor/rig-bedrock/src/types/assistant_content.rs for the fix.
112112
[patch.crates-io]
113-
rig-bedrock = { path = "patches/rig-bedrock" }
113+
rig-bedrock = { path = "vendor/rig-bedrock" }

0 commit comments

Comments
 (0)