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
* refactor: rename mime type application/json+a2ui to application/a2ui+json
* refactor: address PR review feedback for backward compatibility in MIME type checks
* refactor: add deprecated MIME type fallback in Kotlin and Python SDKs
* refactor: ensure backward compatibility in MCP app samples
* refactor: revert old specs & add ui_version based negotiation for old MIME types
* refactor: introduce incremental version v0.9.1 to support application/a2ui+json MIME type
* docs: update catalogs concept guide to reflect consolidated Linking and register-catalogs.js
* style: run pyink and ktfmt to resolve CI formatting checks
Copy file name to clipboardExpand all lines: agent_sdks/agent_sdk_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ Once validated, the A2UI payload must be transmitted over the network. In typica
201
201
202
202
### Standards for Transport
203
203
204
-
1.**MIME Type**: Mark A2UI JSON payloads with `application/json+a2ui`. This tells the frontend renderer (e.g., the browser or mobile app) how to interpret the stream.
204
+
1.**MIME Type**: Mark A2UI JSON payloads with `application/a2ui+json`. This tells the frontend renderer (e.g., the browser or mobile app) how to interpret the stream.
205
205
2.**Standard Helpers**: Provide a `createA2uiPart` helper to automate this wrapping process.
206
206
3.**Yielding Strategy**: Support both complete objects (when the LLM finishes speaking) and incremental streaming parser yielding (for partial JSON display).
0 commit comments