ContextStr
autogen.agentchat.group.context_str.ContextStr #
Bases: BaseModel
A string that requires context variable substitution.
Use the format method to substitute context variables into the string.
format #
Substitute context variables into the string.
PARAMETER | DESCRIPTION |
---|---|
context_variables | The context variables to substitute into the string. TYPE: |
RETURNS | DESCRIPTION |
---|---|
Optional[str] | Optional[str]: The formatted string with context variables substituted. |