Add episode refactor #1074
Annotations
7 errors
arg-type:
graphiti_core/utils/bulk_utils.py#L142
Argument 1 to "extract_nodes" has incompatible type "LLMClient"; expected "GraphitiClients"
|
arg-type:
graphiti_core/utils/bulk_utils.py#L155
Argument 1 to "extract_edges" has incompatible type "LLMClient"; expected "GraphitiClients"
|
arg-type:
graphiti_core/utils/bulk_utils.py#L194
Argument 2 to "get_relevant_nodes" has incompatible type "SearchFilters"; expected "list[EntityNode]"
|
arg-type:
graphiti_core/utils/bulk_utils.py#L194
Argument 3 to "get_relevant_nodes" has incompatible type "list[EntityNode]"; expected "SearchFilters"
|
arg-type:
graphiti_core/utils/bulk_utils.py#L228
Argument 3 to "get_relevant_edges" has incompatible type "None"; expected "SearchFilters"
|
arg-type:
graphiti_core/utils/bulk_utils.py#L228
Argument 4 to "get_relevant_edges" has incompatible type "None"; expected "float"
|
mypy
Process completed with exit code 1.
|