Skip to content

FunctionTargetMessage

autogen.agentchat.group.targets.function_target.FunctionTargetMessage #

Bases: BaseModel

Message and target that can be sent as part of the FunctionTargetResult.

ATTRIBUTE DESCRIPTION
content

The content of the message to be sent.

TYPE: str

msg_target

The agent to whom the message is to be sent.

TYPE: Agent

content instance-attribute #

content

msg_target instance-attribute #

msg_target

Config #

arbitrary_types_allowed class-attribute instance-attribute #

arbitrary_types_allowed = True