Skip to content

feat: support multimodal #1079

feat: support multimodal

feat: support multimodal #1079

Triggered via pull request October 5, 2024 05:38
@jxnljxnl
synchronize #1045
multimodal
Status Failure
Total duration 2m 42s
Artifacts

pyright.yml

on: pull_request
Matrix: Pyright
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 2 warnings
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L38
Type of "startswith" is partially unknown   Type of "startswith" is "((prefix: str | tuple[str, ...], start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> bool) | Unknown" (reportUnknownMemberType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L38
Cannot access attribute "startswith" for class "Path"   Attribute "startswith" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L41
Argument of type "str | Path" cannot be assigned to parameter "url" of type "str | bytes" in function "get" (reportArgumentType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L57
Type of "startswith" is partially unknown   Type of "startswith" is "((prefix: str | tuple[str, ...], start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> bool) | Unknown" (reportUnknownMemberType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L57
Cannot access attribute "startswith" for class "Path"   Attribute "startswith" is unknown (reportAttributeAccessIssue)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L80
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L83
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L87
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L90
Return type, "list[Unknown]", is partially unknown (reportUnknownVariableType)
Pyright (ubuntu-latest, 3.11): instructor/multimodal.py#L102
Type of "append" is partially unknown   Type of "append" is "(object: Unknown, /) -> None" (reportUnknownMemberType)
Pyright (macos-latest, 3.9)
The job was canceled because "ubuntu-latest_3_11" failed.
Pyright (macos-latest, 3.9)
A task was canceled.
Pyright (macos-latest, 3.10)
The job was canceled because "ubuntu-latest_3_11" failed.
Pyright (macos-latest, 3.10)
The operation was canceled.
Pyright (macos-latest, 3.11)
The job was canceled because "ubuntu-latest_3_11" failed.
Pyright (ubuntu-latest, 3.10)
The job was canceled because "ubuntu-latest_3_11" failed.
Pyright (ubuntu-latest, 3.10)
The operation was canceled.
Pyright (ubuntu-latest, 3.9)
The job was canceled because "ubuntu-latest_3_11" failed.
Pyright (ubuntu-latest, 3.9)
The operation was canceled.
Pyright (ubuntu-latest, 3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Pyright (ubuntu-latest, 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/