SDiFI / masdif

Manager for Spoken Dialog Framework
Apache License 2.0
1 stars 0 forks source link

Implement returning message_id #32

Closed lumpidu closed 1 year ago

lumpidu commented 1 year ago

The message_id (i.e. Message.id should be returned to the client for distinguishing between different responses. This makes it also possible to associate returned assets to a text in case we add a streaming interface where we need to associate async messages or parts thereof.

lumpidu commented 1 year ago

This has been implemented by #33