StringAvailableConditionName | Description |
---|---|
context_variable | Type: str |
**data | Type: Any |
Name | Description |
---|---|
agent | The agent with context variables Type: ConversableAgent |
messages | The conversation history (not used) Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
bool | True if the variable exists and is truthy, False otherwise |