We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631d430 commit e0f7220Copy full SHA for e0f7220
1 file changed
src/a2a/utils/error_handlers.py
@@ -59,6 +59,8 @@
59
| type[ContentTypeNotSupportedError]
60
| type[InvalidAgentResponseError]
61
| type[ExtendedAgentCardNotConfiguredError]
62
+ | type[ExtensionSupportRequiredError]
63
+ | type[VersionNotSupportedError]
64
)
65
66
A2AErrorToHttpStatus: dict[_A2AErrorType, int] = {
0 commit comments