mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Changes to add tool_type as dimension (#6538)
Co-authored-by: Ravikant Agarwal <ravikantag@google.com>
This commit is contained in:
@@ -148,6 +148,7 @@ export function logToolCall(config: Config, event: ToolCallEvent): void {
|
||||
event.duration_ms,
|
||||
event.success,
|
||||
event.decision,
|
||||
event.tool_type,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user