Files
AICC-Protocol/conformance/scenarios/core-02-manifest-request.json
T
Emil Shanaty fa5ef35bff feat: conformance scenarios (core-01..core-09)
Declarative conformance scenarios for aicc/0.1 covering: handshake,
manifest_request, tool call ok/unknown/execution-failed, protocol
mismatch, heartbeat, session close, event delivery. Plus runner
documentation (conformance/README.md).
2026-08-08 03:27:20 +03:00

21 lines
446 B
JSON

{
"id": "core-02-manifest-request",
"title": "manifest_request returns the same session_init",
"category": "core",
"version": "aicc/0.1",
"description": "A manifest_request must be answered with the session manifest for the current session.",
"steps": [
{
"send": {
"type": "manifest_request"
}
},
{
"expect": {
"type": "session_init",
"session_id_echo": true
}
}
]
}