Remove name field from OpenAI Assistant Message (#6388)

Resolves #3247
This commit is contained in:
Eric Zhu 2025-04-24 13:11:40 -07:00 committed by GitHub
parent 8fcba01704
commit f059262b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,7 +281,6 @@ base_user_transformer_funcs: List[Callable[[LLMMessage, Dict[str, Any]], Dict[st
base_assistant_transformer_funcs: List[Callable[[LLMMessage, Dict[str, Any]], Dict[str, Any]]] = [
_assert_valid_name,
_set_name,
_set_role("assistant"),
]