You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add proper a2a request body documentation to Swagger UI (#276)
When using `A2AFastAPIApplication`, the A2A request endpoint showed no
space to fill in a request body in Swagger UI.
This made it impossible to use Swagger UI to test the endpoint directly,
since you couldn't input the necessary data.
**Changes**
- Added proper request body documentation using `A2ARequest` model
- Now shows a text box to enter JSON requests and an example of the
expected request format
**Before**
<img width="1705" alt="image"
src="https://github.com/user-attachments/assets/8450d6f3-08b9-4b32-9fb0-4af3c1e66208"
/>
**After**
<img width="1484" alt="image"
src="https://github.com/user-attachments/assets/86911b91-6a66-470c-836e-73158a613380"
/>
Fixes#274
0 commit comments