mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix responses api test
This commit is contained in:
parent
a1a18efd5c
commit
81a21f8d20
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ class LiteLLMCompletionResponsesConfig:
|
||||||
type="output_text",
|
type="output_text",
|
||||||
text=message.content,
|
text=message.content,
|
||||||
annotations=LiteLLMCompletionResponsesConfig._transform_chat_completion_annotations_to_response_output_annotations(
|
annotations=LiteLLMCompletionResponsesConfig._transform_chat_completion_annotations_to_response_output_annotations(
|
||||||
annotations=message.annotations
|
annotations=getattr(message, "annotations", None)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue