We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ec74d commit 163bcdfCopy full SHA for 163bcdf
1 file changed
packages/core/ldai/client.py
@@ -402,10 +402,11 @@ def agent_configs(
402
"""
403
# Track multiple agents usage
404
agent_count = len(agent_configs)
405
+ config_keys = [config.key for config in agent_configs]
406
self._client.track(
407
"$ld:ai:agent:function:multiple",
408
context,
- agent_count,
409
+ {"configKeys": config_keys},
410
agent_count
411
)
412
0 commit comments