Modify thread list order during use
Hi Team! I would like to implement an update on thread list when a communication happening and move the current thread to the top of the list (Last used thread). Is there any way to modify the already loaded thread list during conversation?
With External/Local or AISDK runtimes you can provide a custom ThreadListAdapter where you will have full control of thread list.
Hi,
We use useRemoteThreadListRuntime and now based on previous comment, we started creating a CustomThreadListPrimitiveItems component where we are reordering the threadIds array.
This still not feel the right way, besides it's working and a big step forward since last try.