mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat: allow to pass custom parent run id (#7651)
This commit is contained in:
parent
9174a6f349
commit
8576ca8ccb
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class LunaryLogger:
|
||||||
type,
|
type,
|
||||||
"start",
|
"start",
|
||||||
run_id,
|
run_id,
|
||||||
|
parent_run_id=metadata.get("parent_run_id", None),
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
name=model,
|
name=model,
|
||||||
input=parse_messages(input),
|
input=parse_messages(input),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue