File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/strands/multiagent/a2a Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ writer = [
9090]
9191
9292a2a = [
93- " a2a-sdk[sql]>=0.2.11 ,<1.0.0" ,
93+ " a2a-sdk[sql]>=0.2.16 ,<1.0.0" ,
9494 " uvicorn>=0.34.2,<1.0.0" ,
9595 " httpx>=0.28.1,<1.0.0" ,
9696 " fastapi>=0.115.12,<1.0.0" ,
@@ -136,7 +136,7 @@ all = [
136136 " opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0" ,
137137
138138 # a2a
139- " a2a-sdk[sql]>=0.2.11 ,<1.0.0" ,
139+ " a2a-sdk[sql]>=0.2.16 ,<1.0.0" ,
140140 " uvicorn>=0.34.2,<1.0.0" ,
141141 " httpx>=0.28.1,<1.0.0" ,
142142 " fastapi>=0.115.12,<1.0.0" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ def public_agent_card(self) -> AgentCard:
8383 url = self .http_url ,
8484 version = self .version ,
8585 skills = self .agent_skills ,
86- defaultInputModes = ["text" ],
87- defaultOutputModes = ["text" ],
86+ default_input_modes = ["text" ],
87+ default_output_modes = ["text" ],
8888 capabilities = self .capabilities ,
8989 )
9090
You can’t perform that action at this time.
0 commit comments