Skip to content

feat: fix streaming put_inner_thoughts_in_kwargs #2121

feat: fix streaming put_inner_thoughts_in_kwargs

feat: fix streaming put_inner_thoughts_in_kwargs #2121

Triggered via pull request October 21, 2024 01:36
Status Success
Total duration 3m 30s
Artifacts

pyright_types.yml

on: pull_request
Matrix: Pyright types check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Pyright types check (3.11): locust_test.py#L40
Arguments missing for parameters "description", "metadata_", "user_id", "message_ids", "system", "agent_type", "llm_config", "embedding_config" (reportCallIssue)
Pyright types check (3.11): 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)
Pyright types check (3.11): locust_test.py#L49
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L49
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L58
Argument missing for parameter "name" (reportCallIssue)
Pyright types check (3.11): locust_test.py#L65
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L65
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): examples/composio_tool_usage.py#L55
Cannot access attribute "add_tool" for class "RESTClient"   Attribute "add_tool" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): examples/crewai_tool_usage.py#L20
Import "crewai_tools" could not be resolved (reportMissingImports)
Pyright types check (3.11): examples/crewai_tool_usage.py#L31
Cannot access attribute "add_tool" for class "RESTClient"   Attribute "add_tool" is unknown (reportAttributeAccessIssue)