fix: patch out-of-sync / missing tzinfo timestamps coming back from API server #596
Annotations
10 errors
Run Pyright:
examples/google_search.py#L7
Import "serpapi" could not be resolved (reportMissingImports)
|
Run Pyright:
examples/google_search.py#L83
Operator "in" not supported for types "Literal['No relevant information found.']" and "str | None"
Operator "in" not supported for types "Literal['No relevant information found.']" and "None" (reportOperatorIssue)
|
Run Pyright:
examples/google_search.py#L84
Expression of type "None" cannot be assigned to return type "str"
"None" is incompatible with "str" (reportReturnType)
|
Run Pyright:
examples/google_search.py#L85
Expression of type "str | None" cannot be assigned to return type "str"
Type "str | None" cannot be assigned to type "str"
"None" is incompatible with "str" (reportReturnType)
|
Run Pyright:
examples/memgpt_client.py#L43
Argument of type "UUID" cannot be assigned to parameter "agent_id" of type "str" in function "user_message"
"UUID" is incompatible with "str" (reportArgumentType)
|
Run Pyright:
examples/memgpt_client.py#L44
Cannot access member "messages" for type "List[Dict[Unknown, Unknown]]"
Member "messages" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
examples/memgpt_client.py#L44
Cannot access member "messages" for type "Tuple[List[Dict[Unknown, Unknown]], int]"
Member "messages" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
examples/openai_client_assistants.py#L41
Cannot access member "messages" for type "SyncCursorPage[ThreadMessage]"
Member "messages" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
memgpt/agent.py#L117
No overloads for "join" match the provided arguments (reportCallIssue)
|
Run Pyright:
memgpt/agent.py#L118
Argument of type "list[str | Unknown | None]" cannot be assigned to parameter "iterable" of type "Iterable[str]" in function "join"
Type "Unknown | None" cannot be assigned to type "str"
"None" is incompatible with "str"
Type "Unknown | None" cannot be assigned to type "str"
"None" is incompatible with "str" (reportArgumentType)
|
Loading