Skip to content

Commit c27a746

Browse files
committed
review comment
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent 40acb3b commit c27a746

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mellea/telemetry/metrics_plugins.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@ async def record_tool_call(
533533
Args:
534534
payload: Contains model_tool_call (with func.name) and success flag.
535535
context: Plugin context (unused).
536-
537-
Uses func.name (original tool name) not model_tool_call.name (prefixed name)
538-
to keep metric label cardinality bounded. Prefixing is for LLM context only,
539-
not for observability labels.
540536
"""
541537
from mellea.telemetry.metrics import record_tool_call
542538

0 commit comments

Comments
 (0)