Operation#
- class langchain_core.structured_query.Operation[source]#
Bases:
FilterDirective
Logical operation over other directives.
Create an Operation.
- Parameters:
operator – The operator to use.
arguments – The arguments to the operator.
- param arguments: list[FilterDirective] [Required]#
The arguments to the operator.
Examples using Operation