mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 20:22:10 +00:00
(Refactor) Langfuse - remove prepare_metadata, langfuse python SDK now handles non-json serializable objects (#7925)
* test_langfuse_logging_completion_with_langfuse_metadata * fix litellm - remove prepare metadata * test_langfuse_logging_with_non_serializable_metadata * detailed e2e langfuse metadata tests * clean up langfuse logging * fix langfuse * remove unused imports * fix code qa checks * fix _prepare_metadata
This commit is contained in:
@@ -8,7 +8,6 @@ IGNORE_FUNCTIONS = [
|
||||
"text_completion",
|
||||
"_check_for_os_environ_vars",
|
||||
"clean_message",
|
||||
"_prepare_metadata",
|
||||
"unpack_defs",
|
||||
"convert_to_nullable",
|
||||
"add_object_type",
|
||||
|
||||
Reference in New Issue
Block a user