test_langfuse_logging_completion

This commit is contained in:
Ishaan Jaff 2025-03-22 18:09:04 -07:00
parent 1b9f1837cd
commit cf03b2a797

View file

@ -598,6 +598,11 @@ class Message(OpenAIObject):
# OpenAI compatible APIs like mistral API will raise an error if audio is passed in
del self.audio
if annotations is None:
# ensure default response matches OpenAI spec
# Some OpenAI compatible APIs raise an error if annotations are passed in
del self.annotations
if reasoning_content is None:
# ensure default response matches OpenAI spec
del self.reasoning_content