Skip to content

feat: custom ID generators #1796

feat: custom ID generators

feat: custom ID generators #1796

Triggered via pull request October 7, 2025 15:07
Status Failure
Total duration 50s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
47s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 notice
Lint Code Base
Process completed with exit code 1.
Lint Code Base
2 errors
Lint Code Base: src/a2a/server/id_generator.py#L26
Method "generate" overrides class "IDGenerator" in an incompatible manner   Parameter 2 name mismatch: base parameter is named "context", override parameter is named "_context" (reportIncompatibleMethodOverride)
Lint Code Base: src/a2a/server/agent_execution/context.py#L192
Cannot access attribute "context_id_generator" for class "RequestContext*"   Attribute "context_id_generator" is unknown (reportAttributeAccessIssue)
Lint Code Base
Process completed with exit code 1.
Lint Code Base
repository contains 20 duplications. 0 duplications were part of this PR and were annotated