Pass user instructions to thread/create

This commit is contained in:
Rasmus Rygaard
2026-04-13 14:16:25 -07:00
parent 0e31dc0d4a
commit 3e9c9ec684
12 changed files with 216 additions and 5 deletions

View File

@@ -227,6 +227,12 @@
"type": "null"
}
]
},
"userInstructions": {
"type": [
"string",
"null"
]
}
},
"title": "ThreadStartParams",