feat: add Parallel Tool mode for Vertex AI #1598
Annotations
10 errors and 2 warnings
Run jakebailey/pyright-action@v2:
instructor/batch.py#L3
Unnecessary "# type: ignore" comment (reportUnnecessaryTypeIgnoreComment)
|
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" cannot be assigned to parameter "typehint" of type "type[Iterable[T@get_types_array]]" in function "get_types_array"
Type "BaseModel | list[BaseModel] | type" 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#L40
Type of "model" is partially unknown
Type of "model" is "Unknown | BaseModel | type" (reportUnknownVariableType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L41
Argument of type "Unknown | BaseModel | type" cannot be assigned to parameter "model" of type "BaseModel" in function "_create_gemini_json_schema"
Type "Unknown | BaseModel | type" is incompatible with type "BaseModel"
"type" is incompatible with "BaseModel" (reportArgumentType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L43
Type of "__name__" is partially unknown
Type of "__name__" is "Unknown | str" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L43
Argument type is partially unknown
Argument corresponds to parameter "name" in function "__init__"
Argument type is "Unknown | str" (reportUnknownArgumentType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L44
Type of "__doc__" is partially unknown
Type of "__doc__" is "Unknown | str | None" (reportUnknownMemberType)
|
Run jakebailey/pyright-action@v2:
instructor/client_vertexai.py#L44
Argument type is partially unknown
Argument corresponds to parameter "description" in function "__init__"
Argument type is "Unknown | str | None" (reportUnknownArgumentType)
|
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