Skip to content

Commit 163bcdf

Browse files
committed
fixes
1 parent 30ec74d commit 163bcdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/ldai/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,11 @@ def agent_configs(
402402
"""
403403
# Track multiple agents usage
404404
agent_count = len(agent_configs)
405+
config_keys = [config.key for config in agent_configs]
405406
self._client.track(
406407
"$ld:ai:agent:function:multiple",
407408
context,
408-
agent_count,
409+
{"configKeys": config_keys},
409410
agent_count
410411
)
411412

0 commit comments

Comments
 (0)