swarm_agent
autogen.agentchat.contrib.swarm_agent.ContextStr
ContextStr
A string that requires context variable substitution.
Use the format method to substitute context variables into the string.
Name | Description |
---|---|
template | Type: str |
Class Attributes
template
Instance Methods
format
Substitute context variables into the string.
Name | Description |
---|---|
context_variables | The context variables to substitute into the string. Type: dict[str, typing.Any] |