mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(langfuse): satisfy strict typing gate
This commit is contained in:
parent
960d350f85
commit
620c1b4d37
1 changed files with 2 additions and 2 deletions
|
|
@ -829,8 +829,8 @@ class LangFuseLogger:
|
|||
|
||||
def _create_langfuse_trace_context(
|
||||
self,
|
||||
trace_id: Optional[str],
|
||||
parent_observation_id: Optional[str],
|
||||
trace_id: str | None,
|
||||
parent_observation_id: str | None,
|
||||
) -> dict[str, str]:
|
||||
normalized_trace_id = trace_id.lower().replace("-", "") if trace_id else ""
|
||||
resolved_trace_id = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue