test_langfuse_logging_completion
This commit is contained in:
parent
1b9f1837cd
commit
cf03b2a797
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user