Skip to content

Edge types

Edge types #1236

Triggered via pull request May 19, 2025 16:38
Status Failure
Total duration 2m 53s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.