mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-13 00:24:23 +00:00
parent
8fcba01704
commit
f059262b6d
@ -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]]] = [
|
base_assistant_transformer_funcs: List[Callable[[LLMMessage, Dict[str, Any]], Dict[str, Any]]] = [
|
||||||
_assert_valid_name,
|
_assert_valid_name,
|
||||||
_set_name,
|
|
||||||
_set_role("assistant"),
|
_set_role("assistant"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user