Edge types #1236
Annotations
5 errors
assignment:
graphiti_core/utils/maintenance/edge_operations.py#L437
Incompatible types in assignment (expression has type "Any | None", variable has type "str")
|
union-attr:
graphiti_core/utils/maintenance/edge_operations.py#L442
Item "None" of "EpisodicNode | None" has no attribute "content"
|
union-attr:
graphiti_core/utils/maintenance/edge_operations.py#L443
Item "None" of "EpisodicNode | None" has no attribute "valid_at"
|
arg-type:
graphiti_core/utils/maintenance/edge_operations.py#L451
Argument "response_model" to "generate_response" of "LLMClient" has incompatible type "BaseModel | None"; expected "type[BaseModel] | None"
|
mypy
Process completed with exit code 1.
|