@astropods/messaging 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -48,6 +48,10 @@ message AudioStreamConfig {
|
|
|
48
48
|
// Source metadata — helps the agent pick the right STT config.
|
|
49
49
|
// Examples: "browser", "twilio", "vonage", "mobile", "upload"
|
|
50
50
|
string source = 6;
|
|
51
|
+
|
|
52
|
+
// Identity of the user sending audio, so the agent knows who is speaking
|
|
53
|
+
// without relying solely on the placeholder "[audio]" message.
|
|
54
|
+
string user_id = 7;
|
|
51
55
|
}
|
|
52
56
|
|
|
53
57
|
// A chunk of raw audio bytes in the encoding specified by AudioStreamConfig.
|