Add thread compact start v2 RPC and fixtures

This commit is contained in:
Ahmed Ibrahim
2026-02-03 17:36:28 -08:00
parent a9eb766f33
commit bc29761cbc
14 changed files with 313 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"title": "ThreadCompactStartParams",
"type": "object"
}