We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2c280 commit 3ab329fCopy full SHA for 3ab329f
crates/q_chat/src/lib.rs
@@ -2760,6 +2760,7 @@ impl ChatContext {
2760
tool_telemetry = tool_telemetry.and_modify(|ev| {
2761
ev.custom_tool_call_latency = Some(tool_time.as_secs() as usize);
2762
ev.input_token_size = Some(ct.get_input_token_size());
2763
+ ev.is_custom_tool = true;
2764
});
2765
}
2766
let tool_time = format!("{}.{}", tool_time.as_secs(), tool_time.subsec_millis());
0 commit comments