Skip to content

Commit ac7af75

Browse files
committed
Update comments
Signed-off-by: declark1 <[email protected]>
1 parent 6094409 commit ac7af75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/chat_completions_streaming.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4605,7 +4605,7 @@ async fn text_chat_detectors_with_tools() -> Result<(), anyhow::Error> {
46054605
]));
46064606
});
46074607

4608-
// Add assistant message with tool_calls
4608+
// Create messages with user message and assistant message with tool_calls
46094609
let messages = vec![
46104610
Message {
46114611
role: Role::User,

tests/chat_completions_unary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ async fn text_chat_detectors_with_tools() -> Result<(), anyhow::Error> {
962962
});
963963
});
964964

965-
// Add assistant message with tool_calls
965+
// Create messages with user message and assistant message with tool_calls
966966
let messages = vec![
967967
Message {
968968
role: Role::User,

0 commit comments

Comments
 (0)