feat: add Parallel Tool mode for Vertex AI #1527
Annotations
10 errors and 2 warnings
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L30
Type of parameter "models" is partially unknown
Parameter type is "BaseModel | list[BaseModel] | Type[Unknown]" (reportUnknownParameterType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L30
Expected type arguments for generic class "Type" (reportMissingTypeArgument)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L34
Type of "model_list" is partially unknown
Type of "model_list" is "list[Unknown]" (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L34
Argument type is partially unknown
Argument corresponds to parameter "iterable" in function "__init__"
Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
|
Run jakebailey/pyright-action@v2:
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)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L37
Type of "model_list" is partially unknown
Type of "model_list" is "list[BaseModel] | list[BaseModel | Type[Unknown]]" (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L39
Type of "__name__" is partially unknown
Type of "__name__" is "Unknown | str" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L39
Type of "model" is partially unknown
Type of "model" is "Unknown | BaseModel | Type[Unknown]" (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L42
Type of "model" is partially unknown
Type of "model" is "Unknown | BaseModel | Type[Unknown]" (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L43
Argument of type "Unknown | BaseModel | Type[Unknown]" cannot be assigned to parameter "model" of type "BaseModel" in function "_create_gemini_json_schema"
Type "Unknown | BaseModel | Type[Unknown]" is incompatible with type "BaseModel"
"Type[Unknown]" is incompatible with "BaseModel" (reportArgumentType)
|
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/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading