fix: updated docs to showcase how we can do parallel tool calling wit… #3900
Annotations
10 errors
Ruff (UP035):
instructor/client_vertexai.py#L3
instructor/client_vertexai.py:3:1: UP035 `typing.Type` is deprecated, use `type` instead
|
Ruff (UP007):
instructor/client_vertexai.py#L30
instructor/client_vertexai.py:30:35: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
instructor/client_vertexai.py#L30
instructor/client_vertexai.py:30:69: UP006 Use `type` instead of `Type` for type annotation
|
Ruff (UP007):
instructor/client_vertexai.py#L104
instructor/client_vertexai.py:104:63: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
instructor/client_vertexai.py#L104
instructor/client_vertexai.py:104:97: UP006 Use `type` instead of `Type` for type annotation
|
Ruff (F401):
instructor/process_response.py#L25
instructor/process_response.py:25:5: F401 `instructor.dsl.parallel.VertexAIParallelModel` imported but unused
|
Ruff (F401):
tests/llm/test_vertexai/test_modes.py#L2
tests/llm/test_vertexai/test_modes.py:2:33: F401 `pydantic.Field` imported but unused
|
Ruff (ubuntu-latest)
Process completed with exit code 1.
|
Ruff (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Ruff (macos-latest)
The operation was canceled.
|