Skip to content

feat: add Parallel Tool mode for Vertex AI #1595

feat: add Parallel Tool mode for Vertex AI

feat: add Parallel Tool mode for Vertex AI #1595

Re-run triggered December 18, 2024 04:37
Status Failure
Total duration 1m 0s
Artifacts

pyright.yml

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

Annotations

20 errors and 6 warnings
Pyright (macos-latest, 3.11): instructor/batch.py#L3
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L30
Type of parameter "models" is partially unknown   Parameter type is "BaseModel | list[BaseModel] | Type[Unknown]" (reportUnknownParameterType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L30
Expected type arguments for generic class "Type" (reportMissingTypeArgument)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L34
Type of "model_list" is partially unknown   Type of "model_list" is "list[Unknown]" (reportUnknownVariableType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L34
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "__init__"   Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L34
Argument of type "BaseModel | list[BaseModel] | Type[Unknown]" cannot be assigned to parameter "typehint" of type "type[Iterable[T@get_types_array]]" in function "get_types_array"   Type "BaseModel | list[BaseModel] | Type[Unknown]" is incompatible with type "type[Iterable[T@get_types_array]]"     Type "BaseModel" is incompatible with type "type[Iterable[T@get_types_array]]" (reportArgumentType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L37
Type of "model_list" is partially unknown   Type of "model_list" is "list[BaseModel] | list[BaseModel | Type[Unknown]]" (reportUnknownVariableType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L39
Type of "__name__" is partially unknown   Type of "__name__" is "Unknown | str" (reportUnknownMemberType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L39
Type of "model" is partially unknown   Type of "model" is "Unknown | BaseModel | Type[Unknown]" (reportUnknownVariableType)
Pyright (macos-latest, 3.11): instructor/client_vertexai.py#L42
Type of "model" is partially unknown   Type of "model" is "Unknown | BaseModel | Type[Unknown]" (reportUnknownVariableType)
Pyright (macos-latest, 3.10)
The job was canceled because "macos-latest_3_11" failed.
Pyright (macos-latest, 3.10)
The operation was canceled.
Pyright (ubuntu-latest, 3.9)
The job was canceled because "macos-latest_3_11" failed.
Pyright (ubuntu-latest, 3.9)
The operation was canceled.
Pyright (ubuntu-latest, 3.10)
The job was canceled because "macos-latest_3_11" failed.
Pyright (ubuntu-latest, 3.10)
The operation was canceled.
Pyright (ubuntu-latest, 3.11)
The job was canceled because "macos-latest_3_11" failed.
Pyright (ubuntu-latest, 3.11)
The operation was canceled.
Pyright (macos-latest, 3.9)
The job was canceled because "macos-latest_3_11" failed.
Pyright (macos-latest, 3.9)
The operation was canceled.
Pyright (macos-latest, 3.10)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Pyright (ubuntu-latest, 3.10)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Pyright (macos-latest, 3.11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Pyright (macos-latest, 3.9)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Pyright (ubuntu-latest, 3.9)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Pyright (ubuntu-latest, 3.11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/