AvailableConditionValidationError
][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.
Parameters:
Name | Description |
---|---|
**data | Type: Any |
Name | Description |
---|---|
agent | The agent evaluating the condition Type: ConversableAgent |
messages | The conversation history Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
bool | True if the condition should be evaluated, False otherwise |