Skip to content

feat: added ability to disable the initial message sequence during agent creation #205

feat: added ability to disable the initial message sequence during agent creation

feat: added ability to disable the initial message sequence during agent creation #205

Triggered via pull request November 4, 2024 23:10
Status Success
Total duration 42s
Artifacts

code_style_checks.yml

on: pull_request
Matrix: style-checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
style-checks (3.12): locust_test.py#L4
Import "locust" could not be resolved (reportMissingImports)
style-checks (3.12): 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)
style-checks (3.12): main.py#L1
Import "typer" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/env.py#L4
Import "sqlalchemy" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/env.py#L6
"context" is unknown import symbol (reportAttributeAccessIssue)
style-checks (3.12): alembic/versions/0c315956709d_.py#L3
Import "sqlalchemy" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/0c315956709d_.py#L5
"op" is unknown import symbol (reportAttributeAccessIssue)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L11
Import "pgvector" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L12
Import "sqlalchemy" could not be resolved (reportMissingImports)
style-checks (3.12): alembic/versions/9a505cc7eca9_create_a_baseline_migrations.py#L13
Import "sqlalchemy.dialects" could not be resolved (reportMissingImports)