Skip to content

Commit 0fc6292

Browse files
committed
Update README and bump version
1 parent 6908277 commit 0fc6292

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,13 @@ Pipelines are run on the server, but can be triggered remotely from the server a
322322
* `timer-finished` - timer finished without being cancelled
323323
* `id` - unique id of timer (string, required)
324324

325+
### Miscellaneous
326+
327+
* `user-event` - user-defined event
328+
* `name` - name of the user event type (string, required)
329+
* `data` - data for user event (object, optional)
330+
* `context` - context from previous interactions (object, optional)
331+
325332
## Event Flow
326333

327334
* → is an event from client to server
@@ -411,6 +418,15 @@ Streaming:
411418
2. ← `intent` if successful
412419
3. ← `not-recognized` if not successful
413420

421+
For multiple intents:
422+
423+
1. → `recognize` (required)
424+
2. → `intents-start` if successful
425+
2. → `intent` if successful
426+
* One or more intents
427+
2. → `intents-end` if successful
428+
3. ← `not-recognized` if not successful
429+
414430
### Intent Handling
415431

416432
For structured intents:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wyoming"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "Peer-to-peer protocol for voice assistants"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)