mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 00:52:25 +02:00
concept
This commit is contained in:
@@ -55,14 +55,13 @@ Values:
|
||||
- reject: Reject the operation
|
||||
"""
|
||||
|
||||
FilterTypeFilterType = typing.Union[
|
||||
FilterType = typing.Union[
|
||||
typing.Dict[
|
||||
str, typing.Union[str, typing.Dict[typing.Literal["$eq", "$contains"], str]]
|
||||
],
|
||||
typing.Dict[str, str],
|
||||
]
|
||||
"""#
|
||||
Type for filtering queries.
|
||||
"""Response type for authorization handlers.
|
||||
|
||||
Supports exact matches and operators:
|
||||
- Exact match shorthand: {"field": "value"}
|
||||
|
||||
Reference in New Issue
Block a user