Skip to content

Implement OpenAI Structured Output #677

Implement OpenAI Structured Output

Implement OpenAI Structured Output #677

Triggered via pull request December 5, 2024 05:28
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP035): graphiti_core/prompts/dedupe_edges.py#L18
graphiti_core/prompts/dedupe_edges.py:18:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): graphiti_core/prompts/dedupe_edges.py#L39
graphiti_core/prompts/dedupe_edges.py:39:19: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): graphiti_core/prompts/extract_edges.py#L18
graphiti_core/prompts/extract_edges.py:18:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): graphiti_core/prompts/extract_edges.py#L33
graphiti_core/prompts/extract_edges.py:33:12: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): graphiti_core/prompts/extract_edges.py#L37
graphiti_core/prompts/extract_edges.py:37:20: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): graphiti_core/prompts/extract_nodes.py#L18
graphiti_core/prompts/extract_nodes.py:18:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): graphiti_core/prompts/extract_nodes.py#L26
graphiti_core/prompts/extract_nodes.py:26:27: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): graphiti_core/prompts/extract_nodes.py#L30
graphiti_core/prompts/extract_nodes.py:30:22: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): graphiti_core/prompts/invalidate_edges.py#L17
graphiti_core/prompts/invalidate_edges.py:17:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): graphiti_core/prompts/invalidate_edges.py#L30
graphiti_core/prompts/invalidate_edges.py:30:24: UP006 Use `list` instead of `List` for type annotation