Skip to content

Commit ce2716e

Browse files
committed
test(core): fix mcp tool index
1 parent f5a791d commit ce2716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-rs/core/src/openai_tools.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ mod tests {
15171517
],
15181518
);
15191519
assert_eq!(
1520-
tools[7],
1520+
tools[8],
15211521
OpenAiTool::Function(ResponsesApiTool {
15221522
name: "dash/tags".to_string(),
15231523
parameters: JsonSchema::Object {

0 commit comments

Comments
 (0)