Skip to content

enable prompt caching, move everything to be param shapes #43

enable prompt caching, move everything to be param shapes

enable prompt caching, move everything to be param shapes #43

Triggered via pull request October 23, 2024 00:21
Status Failure
Total duration 1m 5s
Artifacts

tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Ruff (I001): computer-use-demo/computer_use_demo/loop.py#L5
computer-use-demo/computer_use_demo/loop.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): computer-use-demo/computer_use_demo/loop.py#L13
computer-use-demo/computer_use_demo/loop.py:13:5: F401 `anthropic.types.beta.BetaContentBlock` imported but unused
Ruff (F401): computer-use-demo/computer_use_demo/loop.py#L22
computer-use-demo/computer_use_demo/loop.py:22:5: F401 `anthropic.types.beta.BetaToolUseBlock` imported but unused
Ruff (W293): computer-use-demo/computer_use_demo/loop.py#L103
computer-use-demo/computer_use_demo/loop.py:103:1: W293 Blank line contains whitespace
Ruff (W293): computer-use-demo/computer_use_demo/loop.py#L112
computer-use-demo/computer_use_demo/loop.py:112:1: W293 Blank line contains whitespace
Ruff (W293): computer-use-demo/computer_use_demo/loop.py#L125
computer-use-demo/computer_use_demo/loop.py:125:1: W293 Blank line contains whitespace
Ruff (W293): computer-use-demo/computer_use_demo/loop.py#L224
computer-use-demo/computer_use_demo/loop.py:224:1: W293 Blank line contains whitespace
Ruff (I001): computer-use-demo/computer_use_demo/streamlit.py#L5
computer-use-demo/computer_use_demo/streamlit.py:5:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): computer-use-demo/computer_use_demo/streamlit.py#L15
computer-use-demo/computer_use_demo/streamlit.py:15:60: F401 `anthropic.types.beta.beta_tool_use_block_param.BetaToolUseBlockParam` imported but unused
Ruff (F401): computer-use-demo/computer_use_demo/streamlit.py#L18
computer-use-demo/computer_use_demo/streamlit.py:18:90: F401 `anthropic.types.beta.BetaToolResultBlockParam` imported but unused
pytest
Process completed with exit code 1.
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/