-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
pydanticIssues related to support for PydanticIssues related to support for Pydantic
Description
Describe the Bug
This will produce a type error without the type: ignore:
cd models/anthropic
uv sync
uv run pyrefly check
ERROR `str` is not assignable to attribute `arguments` with type `Never` [bad-assignment]
--> models\llm\llm.py:774:61
|
774 | ... tc.function.arguments = current_tool_params
| ^^^^^^^^^^^^^^^^^^^
|
INFO 1 error (2 suppressed)
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Metadata
Metadata
Assignees
Labels
pydanticIssues related to support for PydanticIssues related to support for Pydantic