Update to Claude API naming conventions #176
Annotations
17 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F821):
agents/tools/mcp_tool.py#L13
agents/tools/mcp_tool.py:13:22: F821 Undefined name `MCPConnection`
|
|
Ruff (F401):
agents/test_message_params.py#L11
agents/test_message_params.py:11:20: F401 `typing.Any` imported but unused
|
|
Ruff (E402):
agents/agent_demo.ipynb#L11
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
|
|
Ruff (E402):
agents/agent_demo.ipynb#L10
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
|
|
Ruff (E402):
agents/agent_demo.ipynb#L9
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
|
|
Ruff (E402):
agents/agent_demo.ipynb#L8
agents/agent_demo.ipynb:1:1: E402 Module level import not at top of cell
|
|
pyright:
agents/test_message_params.py#L148
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L126
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L125
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L109
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L108
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L91
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L90
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L69
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L68
Cannot access attribute "content" for class "list[dict[str, Any]]"
Attribute "content" is unknown (reportAttributeAccessIssue)
|
|
pyright:
agents/test_message_params.py#L37
Expected class but received "(obj: object, /) -> TypeIs[(...) -> object]" (reportGeneralTypeIssues)
|