Add GoogleModel support #727
Draft
Annotations
10 errors and 9 warnings
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L162
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L95
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L73
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L65
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_conversation_store.py#L406
Cannot access attribute "lower" for class "list[ContentBlock | str]"
Attribute "lower" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_conversation_store.py#L331
Cannot access attribute "lower" for class "list[ContentBlock | str]"
Attribute "lower" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_anthropic_agent.py#L50
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_agent_mcp_tools.py#L420
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_agent.py#L67
Cannot access attribute "strip" for class "list[ContentBlock | str]"
Attribute "strip" is unknown (reportAttributeAccessIssue)
|
|
Verify against basedpyright baseline:
examples/ai_modinput_app/bin/agentic_weather.py#L130
Type "str | list[ContentBlock | str]" is not assignable to return type "str"
Type "str | list[ContentBlock | str]" is not assignable to type "str"
"list[ContentBlock | str]" is not assignable to "str" (reportReturnType)
|
|
Verify against basedpyright baseline:
tests/system/test_apps/ai_agentic_test_local_tools_app/bin/agentic_app_tools_endpoint.py#L78
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/system/test_apps/ai_agentic_test_app/bin/agentic_endpoint.py#L61
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L162
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L95
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L73
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_hooks.py#L65
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_anthropic_agent.py#L50
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_agent_mcp_tools.py#L420
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
|
Verify against basedpyright baseline:
tests/integration/ai/test_agent.py#L67
Type of "response" is partially unknown
Type of "response" is "str | Unknown" (reportUnknownVariableType)
|
Loading