docs update to the new stuff

This commit is contained in:
lda
2026-05-20 18:08:24 +07:00 Verified
parent 1a2349e017
commit 644b566668
5 changed files with 140 additions and 68 deletions
+7 -4
View File
@@ -244,11 +244,14 @@ arguments:
"required": ["text"]
},
"state_schema": {
"fields": {
"echoed": {
"type": "string"
"fields": [
{
"path": "state.echoed",
"schema": {
"type": "string"
}
}
}
]
},
"output_schema": {
"type": "object",