Skip to content

feat: add support for user_id in header #1731

feat: add support for user_id in header

feat: add support for user_id in header #1731

Triggered via pull request September 13, 2024 22:09
Status Success
Total duration 40s
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#L38
Arguments missing for parameters "description", "metadata_", "user_id", "message_ids", "system", "llm_config", "embedding_config" (reportCallIssue)
Pyright types check (3.11): locust_test.py#L41
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#L47
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L47
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L56
Argument missing for parameter "name" (reportCallIssue)
Pyright types check (3.11): locust_test.py#L63
Cannot access attribute "failure" for class "Response"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): locust_test.py#L63
Cannot access attribute "failure" for class "LocustResponse"   Attribute "failure" is unknown (reportAttributeAccessIssue)
Pyright types check (3.11): docs/generate_docs.py#L3
Import "pydoc_markdown" could not be resolved (reportMissingImports)
Pyright types check (3.11): docs/generate_docs.py#L4
Import "pydoc_markdown.contrib.loaders.python" could not be resolved (reportMissingImports)
Pyright types check (3.11): docs/generate_docs.py#L5
Import "pydoc_markdown.contrib.processors.crossref" could not be resolved (reportMissingImports)