feat: Add endpoint to get full Tool objects belonging to an agent #2104
Annotations
10 errors
Run Pyright:
locust_test.py#L40
Arguments missing for parameters "description", "metadata_", "user_id", "message_ids", "system", "agent_type", "llm_config", "embedding_config" (reportCallIssue)
|
Run Pyright:
locust_test.py#L43
Argument of type "str | None" cannot be assigned to parameter "human" of type "str" in function "__init__"
Type "str | None" is not assignable to type "str"
"None" is not assignable to "str" (reportArgumentType)
|
Run Pyright:
locust_test.py#L49
Cannot access attribute "failure" for class "Response"
Attribute "failure" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
locust_test.py#L49
Cannot access attribute "failure" for class "LocustResponse"
Attribute "failure" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
locust_test.py#L58
Argument missing for parameter "name" (reportCallIssue)
|
Run Pyright:
locust_test.py#L65
Cannot access attribute "failure" for class "Response"
Attribute "failure" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
locust_test.py#L65
Cannot access attribute "failure" for class "LocustResponse"
Attribute "failure" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
examples/composio_tool_usage.py#L55
Cannot access attribute "add_tool" for class "RESTClient"
Attribute "add_tool" is unknown (reportAttributeAccessIssue)
|
Run Pyright:
examples/crewai_tool_usage.py#L20
Import "crewai_tools" could not be resolved (reportMissingImports)
|
Run Pyright:
examples/crewai_tool_usage.py#L31
Cannot access attribute "add_tool" for class "RESTClient"
Attribute "add_tool" is unknown (reportAttributeAccessIssue)
|
Loading