another pass complete

This commit is contained in:
Jacob Dubin
2026-04-11 22:11:08 -05:00
parent e2da1cfcfe
commit 41fc9a1ef6
11 changed files with 542 additions and 143 deletions

View File

@@ -0,0 +1,56 @@
{
"name": "neo-hub buffered audio synthetic asr flow",
"session": {
"hostName": "neo-hub.jibo.com",
"path": "/listen",
"kind": "neo-hub-listen",
"token": "fixture-audio-token"
},
"steps": [
{
"text": {
"type": "LISTEN",
"transID": "fixture-trans-audio",
"data": {
"rules": [
"wake-word"
]
}
},
"expectedReplyTypes": [
"OPENJIBO_TURN_PENDING"
]
},
{
"text": {
"type": "CONTEXT",
"transID": "fixture-trans-audio",
"data": {
"topic": "conversation",
"audioTranscriptHint": "tell me a joke"
}
},
"expectedReplyTypes": [
"OPENJIBO_CONTEXT_ACK"
]
},
{
"binary": [1, 2, 3, 4, 5, 6],
"expectedReplyTypes": [
"OPENJIBO_AUDIO_RECEIVED"
]
},
{
"text": {
"type": "CLIENT_ASR",
"transID": "fixture-trans-audio",
"data": { }
},
"expectedReplyTypes": [
"LISTEN",
"EOS",
"SKILL_ACTION"
]
}
]
}