feat: Support Sidebar - Max #112476
Annotations
7 errors
Check static typing:
ee/support_sidebar_max/max_search_tool.py#L2
Unused "type: ignore" comment
|
Check static typing:
ee/support_sidebar_max/views.py#L81
Argument 1 to "get_from_cache" of "ConversationHistory" has incompatible type "Any | str | None"; expected "str"
|
Check static typing:
ee/support_sidebar_max/views.py#L150
Function "ee.support_sidebar_max.views.MaxChatViewSet.list" is not valid as a type
|
Check static typing:
ee/support_sidebar_max/views.py#L150
Perhaps you need "Callable[...]" or a callback protocol?
|
Check static typing:
ee/support_sidebar_max/views.py#L218
Need type annotation for "headers" (hint: "headers: dict[<type>, <type>] = ...")
|
Check static typing:
ee/support_sidebar_max/views.py#L279
Incompatible types in assignment (expression has type "MutableMapping[str, str]", variable has type "dict[Any, Any]")
|
Check static typing
Process completed with exit code 6.
|
Loading