feat: add metadata to GET tools route #414
Annotations
10 errors
Run Pyright:
examples/memgpt_client.py#L30
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#L38
Cannot access member "delete_agent" for type "LocalClient"
Member "delete_agent" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
examples/memgpt_client.py#L38
Argument of type "UUID" cannot be assigned to parameter "agent_id" of type "str" in function "delete_agent"
"UUID" is incompatible with "str" (reportArgumentType)
|
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#L111
Expression of type "None" cannot be assigned to parameter of type "ArchivalMemory"
"None" is incompatible with "ArchivalMemory" (reportArgumentType)
|
Run Pyright:
memgpt/agent.py#L112
Expression of type "None" cannot be assigned to parameter of type "RecallMemory"
"None" is incompatible with "RecallMemory" (reportArgumentType)
|
Run Pyright:
memgpt/agent.py#L115
No overloads for "join" match the provided arguments (reportCallIssue)
|
Run Pyright:
memgpt/agent.py#L116
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)
|
Run Pyright:
memgpt/agent.py#L120
Argument of type "RecallMemory" cannot be assigned to parameter "__obj" of type "Sized" in function "len"
"RecallMemory" is incompatible with protocol "Sized"
"__len__" is not present (reportArgumentType)
|
Run Pyright:
memgpt/agent.py#L121
Argument of type "ArchivalMemory" cannot be assigned to parameter "__obj" of type "Sized" in function "len"
"ArchivalMemory" is incompatible with protocol "Sized"
"__len__" is not present (reportArgumentType)
|
The logs for this run have expired and are no longer available.
Loading