From 11cf22e7b8e6ddf830f074734c77e505f6e59cd6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 14 Nov 2025 18:49:35 -0800 Subject: [PATCH] add "provider_specific_fields": null --- .../completion_with_langfuse_metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/logging_callback_tests/langfuse_expected_request_body/completion_with_langfuse_metadata.json b/tests/logging_callback_tests/langfuse_expected_request_body/completion_with_langfuse_metadata.json index a986a5a8ae..8d5d08894e 100644 --- a/tests/logging_callback_tests/langfuse_expected_request_body/completion_with_langfuse_metadata.json +++ b/tests/logging_callback_tests/langfuse_expected_request_body/completion_with_langfuse_metadata.json @@ -20,7 +20,8 @@ "content": "Hello! How can I assist you today?", "role": "assistant", "tool_calls": null, - "function_call": null + "function_call": null, + "provider_specific_fields": null }, "sessionId": "test_session_id", "version": "test_trace_version", @@ -75,7 +76,8 @@ "content": "Hello! How can I assist you today?", "role": "assistant", "tool_calls": null, - "function_call": null + "function_call": null, + "provider_specific_fields": null }, "level": "DEFAULT", "parentObservationId": "test_parent_observation_id",