context_condition
autogen.agentchat.group.context_condition.ContextCondition
ContextCondition
Protocol for conditions evaluated directly using context variables.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError
][pydantic_core.ValidationError] if the input data cannot be
validated to form a valid model.self
is explicitly positional-only to allow self
as a field name.
Name | Description |
---|---|
**data | Type: Any |
Class Attributes
model_config
Instance Methods
evaluate
Evaluate the condition to a boolean result.
Name | Description |
---|---|
context_variables | The context variables to evaluate against Type: ContextVariables |
Type | Description |
---|---|
bool | Boolean result of the condition evaluation |