-
Notifications
You must be signed in to change notification settings - Fork 322
Description
Is your feature request related to a problem? Please describe.
In the current SDK, after receiving a message, if it does not contain a taskid, the SDK will generate one automatically. This brings two problems:
- If the agent expects to attach the received message to an existing task, the new taskid will conflict with the original one;
- In practical use, organizations expect taskids to have a unified prefix or a unified organizational form, and do not want to use taskids automatically generated by the SDK.
Please consider the above situations and add a configuration method to prevent the SDK from automatically generating taskids after receiving messages?
Describe the solution you'd like
add a configuration method to prevent the SDK from automatically generating taskids after receiving messages without taskid.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct