Closed Zhaph closed 7 years ago
Hi @Zhaph
You could set SessionId
using AIConfiguration. In AIDataService
and QuestionMetadata
it made as read-only to prevent unintentional changing of the field.
Thanks!
Thanks for that, I'll give it a try and let you know.
Cheers,
Ben
@xVir Thanks, that does indeed appear to work as I need.
Thanks, @Zhaph!
According to the /query documentation,
sessionId
is required and enables us to link messages together into a single session - is there a reason why the SessionId property is marked as internal?Shouldn't a consumer be able to set this to some conversation specific id to link queries and contexts together?