{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"agentKey": {
"type": "string"
},
"cwd": {
"type": [
"string",
"null"
]
},
"status": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"required": [
"threadId",
"agentKey",
"cwd",
"status"
],
"title": "ThreadStartResponse",
"type": "object"
}