mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +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,
|
||||
"start",
|
||||
run_id,
|
||||
parent_run_id=metadata.get("parent_run_id", None),
|
||||
user_id=user_id,
|
||||
name=model,
|
||||
input=parse_messages(input),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue